diff options
author | Carsten Driesner <cd@openoffice.org> | 2001-12-04 15:05:32 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2001-12-04 15:05:32 +0000 |
commit | 9486236154bfa8f20997e6c6866c532c91a6a9d4 (patch) | |
tree | efb5d0e059ec15ae4246208af4513b629076440f /desktop/source/app/officeipcthread.hxx | |
parent | 1903d481790c799a110cda43a436e472ab554aad (diff) |
#95315# support 'print to' command line parameter
Diffstat (limited to 'desktop/source/app/officeipcthread.hxx')
-rw-r--r-- | desktop/source/app/officeipcthread.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/desktop/source/app/officeipcthread.hxx b/desktop/source/app/officeipcthread.hxx index 79fab56a8dc6..69f603aff61f 100644 --- a/desktop/source/app/officeipcthread.hxx +++ b/desktop/source/app/officeipcthread.hxx @@ -2,9 +2,9 @@ * * $RCSfile: officeipcthread.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mba $ $Date: 2001-11-21 16:31:29 $ + * last change: $Author: cd $ $Date: 2001-12-04 16:05:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -135,7 +135,11 @@ class OfficeIPCThread : public vos::OThread static void BlockAllRequests(); static sal_Bool AreRequestsPending(); static void RequestsCompleted( int n = 1 ); - static void ExecuteCmdLineRequests( const ::rtl::OUString& aOpenList, const ::rtl::OUString& aPrintList ); + static void ExecuteCmdLineRequests( + const ::rtl::OUString& aOpenList, + const ::rtl::OUString& aPrintList, + const ::rtl::OUString& aPrintToList, + const ::rtl::OUString& aPrinterName ); // return FALSE if second office static Status EnableOfficeIPCThread(); |