diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-04-17 22:26:37 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-04-17 22:26:37 +0000 |
commit | a0d01288c8d2555554e653a5af1cef4bd5c61f12 (patch) | |
tree | e91372acb4e9f2326e0f1525b6067216a4b28dc0 /app-office/oooqs/files | |
parent | debug fixy thingy (diff) | |
download | gentoo-2-a0d01288c8d2555554e653a5af1cef4bd5c61f12.tar.gz gentoo-2-a0d01288c8d2555554e653a5af1cef4bd5c61f12.tar.bz2 gentoo-2-a0d01288c8d2555554e653a5af1cef4bd5c61f12.zip |
debug fixy thingy
Diffstat (limited to 'app-office/oooqs/files')
-rw-r--r-- | app-office/oooqs/files/oooqs-debug.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-office/oooqs/files/oooqs-debug.patch b/app-office/oooqs/files/oooqs-debug.patch new file mode 100644 index 000000000000..f292534aba04 --- /dev/null +++ b/app-office/oooqs/files/oooqs-debug.patch @@ -0,0 +1,15 @@ +--- oooqs/oooqs.cpp.orig 2003-04-17 18:20:15.000000000 -0400 ++++ oooqs/oooqs.cpp 2003-04-17 18:20:26.000000000 -0400 +@@ -484,9 +484,9 @@ + } + KProcess* process = new KProcess; + *process << soffice << params; +- for ( QStringList::Iterator it = params.begin(); it != params.end(); ++it ) { +- KMessageBox::information(this, *it); +- } ++// for ( QStringList::Iterator it = params.begin(); it != params.end(); ++it ) { ++// KMessageBox::information(this, *it); ++// } + /** the exit Handler only works, if the father ist notified */ + process->start(KProcess::NotifyOnExit,KProcess::NoCommunication); + connect( process, SIGNAL (processExited(KProcess*)), SLOT (delProcess(KProcess*))); |