summaryrefslogtreecommitdiffstats
path: root/desktop/source/app/officeipcthread.hxx
diff options
context:
space:
mode:
authorghiggins <ghiggins@openoffice.org>2002-06-18 08:12:39 +0000
committerghiggins <ghiggins@openoffice.org>2002-06-18 08:12:39 +0000
commitda95e5793865735e826efe5169989c2dd8d5393c (patch)
tree8f763835ca32a0c4df696482c3a1bfa208b9f956 /desktop/source/app/officeipcthread.hxx
parent#100276# call URLLoseFocusHdl on apply (diff)
downloadcore-da95e5793865735e826efe5169989c2dd8d5393c.tar.gz
core-da95e5793865735e826efe5169989c2dd8d5393c.zip
#100189# Office Template changes
Diffstat (limited to 'desktop/source/app/officeipcthread.hxx')
-rw-r--r--desktop/source/app/officeipcthread.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/desktop/source/app/officeipcthread.hxx b/desktop/source/app/officeipcthread.hxx
index a5c56c923c63..510fcef67dcd 100644
--- a/desktop/source/app/officeipcthread.hxx
+++ b/desktop/source/app/officeipcthread.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: officeipcthread.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: cd $ $Date: 2002-02-26 08:16:22 $
+ * last change: $Author: ghiggins $ $Date: 2002-06-18 09:12:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,9 +72,6 @@
#ifndef _VOS_PIPE_HXX_
#include <vos/pipe.hxx>
#endif
-#ifndef _VOS_SECURITY_HXX_
-#include <vos/security.hxx>
-#endif
#ifndef _VOS_THREAD_HXX_
#include <vos/thread.hxx>
#endif
@@ -117,7 +114,6 @@ class OfficeIPCThread : public vos::OThread
vos::OPipe maPipe;
vos::OStreamPipe maStreamPipe;
- static vos::OSecurity maSecurity;
rtl::OUString maPipeIdent;
sal_Bool mbBlockRequests;
int mnPendingRequests;
@@ -150,7 +146,8 @@ class OfficeIPCThread : public vos::OThread
static void ExecuteCmdLineRequests( const ProcessDocumentsRequest& );
// return FALSE if second office
- static Status EnableOfficeIPCThread();
+ static Status EnableOfficeIPCThread(
+ sal_Bool useParent = sal_True );
static void DisableOfficeIPCThread();
};