summaryrefslogtreecommitdiffstats
path: root/desktop/source/app/officeipcthread.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-11-07 14:30:15 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-11-07 14:30:15 +0000
commit5375ab2bc92c77a84fb663eb2c1d440147c24ab3 (patch)
tree3800b20998acfdc608cec0539861b95b4d9c51c3 /desktop/source/app/officeipcthread.hxx
parentINTEGRATION: CWS gtkquickstart2 (1.11.18); FILE MERGED (diff)
downloadcore-5375ab2bc92c77a84fb663eb2c1d440147c24ab3.tar.gz
core-5375ab2bc92c77a84fb663eb2c1d440147c24ab3.zip
#i71280# Forward successfull terminate call to OpenClients to prevent opening default document (fix by CD).
Diffstat (limited to 'desktop/source/app/officeipcthread.hxx')
-rw-r--r--desktop/source/app/officeipcthread.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/app/officeipcthread.hxx b/desktop/source/app/officeipcthread.hxx
index aba63ae45547..1bc06a8e2b45 100644
--- a/desktop/source/app/officeipcthread.hxx
+++ b/desktop/source/app/officeipcthread.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: officeipcthread.hxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:12:08 $
+ * last change: $Author: rt $ $Date: 2006-11-07 15:30:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -140,7 +140,7 @@ class OfficeIPCThread : public vos::OThread
static void BlockAllRequests();
static sal_Bool AreRequestsPending();
static void RequestsCompleted( int n = 1 );
- static void ExecuteCmdLineRequests( ProcessDocumentsRequest& );
+ static sal_Bool ExecuteCmdLineRequests( ProcessDocumentsRequest& );
// return FALSE if second office
static Status EnableOfficeIPCThread();