summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-22 10:29:11 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-22 10:29:11 +0000
commitacfc0671b77d88364165928979d70edd2e77edb3 (patch)
tree337b8a42a2c5c2665bfad7a946d3b8c3f267698b /desktop
parente5e86dd3fe0b360953531990dba0ce9e2dfd1909 (diff)
INTEGRATION: CWS perform03 (1.20.58); FILE MERGED
2005/04/20 07:32:54 mt 1.20.58.1: #i47748# Fixed bootstrapping twice...
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/cmdlineargs.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/source/app/cmdlineargs.hxx b/desktop/source/app/cmdlineargs.hxx
index a0a8e112d09f..cfb40aa38630 100644
--- a/desktop/source/app/cmdlineargs.hxx
+++ b/desktop/source/app/cmdlineargs.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cmdlineargs.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: vg $ $Date: 2005-02-16 16:37:49 $
+ * last change: $Author: obo $ $Date: 2005-04-22 11:29:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -139,7 +139,7 @@ class CommandLineArgs
};
CommandLineArgs();
- CommandLineArgs( const ::vos::OExtCommandLine& aExtCmdLine );
+ CommandLineArgs( ::vos::OExtCommandLine& aExtCmdLine );
CommandLineArgs( const ::rtl::OUString& aIPCThreadCmdLine );
// generic methods to access parameter
@@ -214,7 +214,7 @@ class CommandLineArgs
CommandLineArgs operator=( const CommandLineArgs& );
sal_Bool InterpretCommandLineParameter( const ::rtl::OUString& );
- void ParseCommandLine_Impl( const ::vos::OExtCommandLine& );
+ void ParseCommandLine_Impl( ::vos::OExtCommandLine& );
void ParseCommandLine_String( const ::rtl::OUString& );
void ResetParamValues();
sal_Bool CheckGroupMembers( GroupParamId nGroup, BoolParam nExcludeMember ) const;