summaryrefslogtreecommitdiff
path: root/desktop/source/app/cmdlineargs.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-12-01 17:05:44 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-12-01 17:05:44 +0000
commit955606b0fed518d76a179124a62543197998956a (patch)
treef86556329c50e69cae64b27748bae48c49962b00 /desktop/source/app/cmdlineargs.hxx
parente409002146dd9bb3a5bab3a13519143c1ad7f457 (diff)
INTEGRATION: CWS ooo20031110 (1.17.72); FILE MERGED
2003/11/07 02:34:08 waratah 1.17.72.1: #i21906# add class type to the operator= functions
Diffstat (limited to 'desktop/source/app/cmdlineargs.hxx')
-rw-r--r--desktop/source/app/cmdlineargs.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/app/cmdlineargs.hxx b/desktop/source/app/cmdlineargs.hxx
index 84a7e290aa69..b91238eec2ed 100644
--- a/desktop/source/app/cmdlineargs.hxx
+++ b/desktop/source/app/cmdlineargs.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cmdlineargs.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: vg $ $Date: 2003-06-27 09:42:33 $
+ * last change: $Author: rt $ $Date: 2003-12-01 18:05:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -206,7 +206,7 @@ class CommandLineArgs
// no copy and operator=
CommandLineArgs( const CommandLineArgs& );
- operator=( const CommandLineArgs& );
+ CommandLineArgs operator=( const CommandLineArgs& );
sal_Bool InterpretCommandLineParameter( const ::rtl::OUString& );
void ParseCommandLine_Impl( const ::vos::OExtCommandLine& );