summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-16 13:22:14 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-16 13:22:14 +0000
commit2346eacbc8b16429ad91089c848a161bf7e51168 (patch)
treeb7d73713b03442a0cf1c6b34805898f437af4607
parenta8145d3296734dc184420a2211eff28528c1009d (diff)
INTEGRATION: CWS draw10 (1.29.8); FILE MERGED
2003/04/30 12:11:08 lo 1.29.8.2: #109140# StartPresentation for mediadescriptor 2003/04/30 09:37:26 lo 1.29.8.1: #109140# -start for StartPresentation
-rw-r--r--desktop/source/app/officeipcthread.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx
index e7494745da65..3459aecc92d1 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: officeipcthread.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: vg $ $Date: 2003-04-15 15:45:54 $
+ * last change: $Author: vg $ $Date: 2003-05-16 14:22:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -600,6 +600,7 @@ void SAL_CALL OfficeIPCThread::run()
// they are only allowed if the "-invisible" is currently not used!
bDocRequestSent |= aCmdLineArgs.GetOpenList( pRequest->aOpenList );
bDocRequestSent |= aCmdLineArgs.GetViewList( pRequest->aViewList );
+ bDocRequestSent |= aCmdLineArgs.GetStartList( pRequest->aStartList );
bDocRequestSent |= aCmdLineArgs.GetForceOpenList( pRequest->aForceOpenList );
bDocRequestSent |= aCmdLineArgs.GetForceNewList( pRequest->aForceNewList );
@@ -703,6 +704,7 @@ void OfficeIPCThread::ExecuteCmdLineRequests( ProcessDocumentsRequest& aRequest
// Create dispatch list for dispatch watcher
AddToDispatchList( aDispatchList, aRequest.aOpenList, DispatchWatcher::REQUEST_OPEN, aEmpty );
AddToDispatchList( aDispatchList, aRequest.aViewList, DispatchWatcher::REQUEST_VIEW, aEmpty );
+ AddToDispatchList( aDispatchList, aRequest.aStartList, DispatchWatcher::REQUEST_START, aEmpty );
AddToDispatchList( aDispatchList, aRequest.aPrintList, DispatchWatcher::REQUEST_PRINT, aEmpty );
AddToDispatchList( aDispatchList, aRequest.aPrintToList, DispatchWatcher::REQUEST_PRINTTO, aRequest.aPrinterName );
AddToDispatchList( aDispatchList, aRequest.aForceOpenList, DispatchWatcher::REQUEST_FORCEOPEN, aEmpty );