diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 08:12:34 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 08:12:34 +0000 |
commit | d908f566cbecf4c6e7ad2381dc0863fbe3c5d4db (patch) | |
tree | 4d4a95e8640ebd7cf0109324e8275eb5fd0c9ff3 /desktop/source/app/cmdlineargs.hxx | |
parent | 567751679ba16ea16fcea68028f48cba889924d0 (diff) |
INTEGRATION: CWS fwk05 (1.15.20); FILE MERGED
2003/06/03 15:46:50 lo 1.15.20.1: #110030# bDisplaySpec set to true for -display
Diffstat (limited to 'desktop/source/app/cmdlineargs.hxx')
-rw-r--r-- | desktop/source/app/cmdlineargs.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/source/app/cmdlineargs.hxx b/desktop/source/app/cmdlineargs.hxx index f093d0cc754c..d60e0c9478d6 100644 --- a/desktop/source/app/cmdlineargs.hxx +++ b/desktop/source/app/cmdlineargs.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cmdlineargs.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: vg $ $Date: 2003-05-16 14:21:24 $ + * last change: $Author: vg $ $Date: 2003-06-10 09:12:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -120,6 +120,7 @@ class CommandLineArgs CMD_STRINGPARAM_VERSION, CMD_STRINGPARAM_PRINTTOLIST, CMD_STRINGPARAM_PRINTERNAME, + CMD_STRINGPARAM_DISPLAY, CMD_STRINGPARAM_COUNT // must be last element! }; @@ -178,6 +179,7 @@ class CommandLineArgs sal_Bool GetVersionString( ::rtl::OUString& rPara) const; sal_Bool GetPrintToList( ::rtl::OUString& rPara ) const; sal_Bool GetPrinterName( ::rtl::OUString& rPara ) const; + sal_Bool GetDisplay( ::rtl::OUString& rPara ) const; // Special analyzed states (does not match directly to a command line parameter!) sal_Bool IsPrinting() const; |