diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 16:15:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 16:15:36 +0000 |
commit | 788f3b1d3b1e975bb752a5e27db93e3fe48c9670 (patch) | |
tree | 3330472f147ac52ce0c94b51bc664c7ece387fbf /desktop/source/app/officeipcthread.hxx | |
parent | 8b03e52f227ac310ebb9430003beea50830a5111 (diff) |
INTEGRATION: CWS fwkpostbeta02 (1.17.160); FILE MERGED
2005/02/15 08:54:25 mba 1.17.160.1: #i42804#: allow module specifiers on cmdline for opening files
Diffstat (limited to 'desktop/source/app/officeipcthread.hxx')
-rw-r--r-- | desktop/source/app/officeipcthread.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/source/app/officeipcthread.hxx b/desktop/source/app/officeipcthread.hxx index 39ad8b756008..247237556321 100644 --- a/desktop/source/app/officeipcthread.hxx +++ b/desktop/source/app/officeipcthread.hxx @@ -2,9 +2,9 @@ * * $RCSfile: officeipcthread.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: hjs $ $Date: 2004-06-25 17:31:08 $ + * last change: $Author: vg $ $Date: 2005-02-21 17:15:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,6 +103,7 @@ class SalMainPipeExchangeSignalHandler : public vos::OSignalHandler // that was given by command line or by IPC pipe communication. struct ProcessDocumentsRequest { + ::rtl::OUString aModule; ::rtl::OUString aOpenList; // Documents that should be opened in the default way ::rtl::OUString aViewList; // Documents that should be opened in viewmode ::rtl::OUString aStartList; // Documents/Presentations that should be started |