diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-16 13:22:30 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-16 13:22:30 +0000 |
commit | e8ceb2bd816ff1c0beeae3167824c0e66e2ac816 (patch) | |
tree | b1c12f03711e6112fbdd642793c3ab4fb1ba6227 /desktop | |
parent | 2346eacbc8b16429ad91089c848a161bf7e51168 (diff) |
INTEGRATION: CWS draw10 (1.11.22); FILE MERGED
2003/04/30 09:37:26 lo 1.11.22.1: #109140# -start for StartPresentation
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/officeipcthread.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/source/app/officeipcthread.hxx b/desktop/source/app/officeipcthread.hxx index 9c8b1cf770cd..778620ed53a5 100644 --- a/desktop/source/app/officeipcthread.hxx +++ b/desktop/source/app/officeipcthread.hxx @@ -2,9 +2,9 @@ * * $RCSfile: officeipcthread.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2003-03-25 13:51:19 $ + * last change: $Author: vg $ $Date: 2003-05-16 14:22:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -104,7 +104,8 @@ class SalMainPipeExchangeSignalHandler : public vos::OSignalHandler struct ProcessDocumentsRequest { ::rtl::OUString aOpenList; // Documents that should be opened in the default way - ::rtl::OUString aViewList; // Documents that should be opened in viewmode + ::rtl::OUString aViewList; // Documents that should be opened in viewmode + ::rtl::OUString aStartList; // Documents/Presentations that should be started ::rtl::OUString aPrintList; // Documents that should be printed on default printer ::rtl::OUString aForceOpenList; // Documents that should be forced to open for editing (even templates) ::rtl::OUString aForceNewList; // Documents that should be forced to create a new document |