blob: f292534aba049291d0ac1ce8df3967b71b647914 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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*)));
|