diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-16 13:21:24 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-16 13:21:24 +0000 |
commit | 7e70901296549dac4b55d09fca108f7a0af25a53 (patch) | |
tree | a2823beb5a1c951e708df0a548726818d36f4b46 | |
parent | 6c42d9d6d2365a04b2ca9bb27754a8382ac3f2ce (diff) |
INTEGRATION: CWS draw10 (1.13.22); FILE MERGED
2003/05/05 12:21:45 cl 1.13.22.2: RESYNC: (1.13-1.14); FILE MERGED
2003/04/30 09:37:25 lo 1.13.22.1: #109140# -start for StartPresentation
-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 4b4e57473e11..f093d0cc754c 100644 --- a/desktop/source/app/cmdlineargs.hxx +++ b/desktop/source/app/cmdlineargs.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cmdlineargs.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2003-04-24 13:35:24 $ + * last change: $Author: vg $ $Date: 2003-05-16 14:21:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,6 +113,7 @@ class CommandLineArgs CMD_STRINGPARAM_CLIENTDISPLAY, CMD_STRINGPARAM_OPENLIST, CMD_STRINGPARAM_VIEWLIST, + CMD_STRINGPARAM_STARTLIST, CMD_STRINGPARAM_FORCEOPENLIST, CMD_STRINGPARAM_FORCENEWLIST, CMD_STRINGPARAM_PRINTLIST, @@ -170,6 +171,7 @@ class CommandLineArgs sal_Bool GetClientDisplay( ::rtl::OUString& rPara) const; sal_Bool GetOpenList( ::rtl::OUString& rPara) const; sal_Bool GetViewList( ::rtl::OUString& rPara) const; + sal_Bool GetStartList( ::rtl::OUString& rPara) const; sal_Bool GetForceOpenList( ::rtl::OUString& rPara) const; sal_Bool GetForceNewList( ::rtl::OUString& rPara) const; sal_Bool GetPrintList( ::rtl::OUString& rPara) const; |