summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:04:50 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:04:50 +0000
commitf9ef1fa247475daa1d2c5262c358c5e5e96ffce8 (patch)
tree5642de7c8ede9b95c05964afc6fc1f71a00efc25 /desktop
parente5c4a836d768e9a69b64f2544dacb2be4767468b (diff)
INTEGRATION: CWS sb59 (1.22.202); FILE MERGED
2006/08/18 18:35:45 sb 1.22.202.2: RESYNC: (1.22-1.23); FILE MERGED 2006/07/20 07:55:18 sb 1.22.202.1: #i67537# Made code warning-free.
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 ca49bf5ce8..93e865db41 100644
--- a/desktop/source/app/cmdlineargs.hxx
+++ b/desktop/source/app/cmdlineargs.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cmdlineargs.hxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: ihi $ $Date: 2006-08-04 11:13:18 $
+ * last change: $Author: obo $ $Date: 2006-10-12 14:04:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -121,8 +121,8 @@ class CommandLineArgs
sal_Bool GetBoolParam( BoolParam eParam ) const;
void SetBoolParam( BoolParam eParam, sal_Bool bNewValue );
- const rtl::OUString& GetStringParam( BoolParam eParam ) const;
- void SetStringParam( BoolParam eParam, const rtl::OUString& bNewValue );
+ const rtl::OUString& GetStringParam( StringParam eParam ) const;
+ void SetStringParam( StringParam eParam, const rtl::OUString& bNewValue );
// Access to bool parameters
sal_Bool IsMinimized() const;