Index: ossp-pkg/as/as-gui/as_reportpanel.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_reportpanel.cpp,v rcsdiff -q -kk '-r1.10' '-r1.11' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_reportpanel.cpp,v' 2>/dev/null --- as_reportpanel.cpp 2003/02/21 15:04:04 1.10 +++ as_reportpanel.cpp 2003/02/21 21:56:52 1.11 @@ -543,7 +543,6 @@ QTextStream Outstream(&Report); // Convert to stream Outstream << m_pBrowser->text(); // Write the data Report.close(); // Finish by closing -qDebug(m_pBrowser->text().ascii()); } } // Otherwise, user did not select a valid file and push okay button