summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 09:29:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 09:29:23 +0000
commit2e154a9c4a9b3a49c85ce5d3156ae9adeff51888 (patch)
treea574f735e0fc803c1e82bfe586d3d7431afa6239 /desktop
parent24f1f0537f436697769bb29cd9ced423db0ced33 (diff)
INTEGRATION: CWS cl03 (1.19.6); FILE MERGED
2003/05/22 14:31:23 lo 1.19.6.1: #109140# -start -> -show
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/cmdlineargs.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/app/cmdlineargs.cxx b/desktop/source/app/cmdlineargs.cxx
index be6cb9e3b603..89a2fad99009 100644
--- a/desktop/source/app/cmdlineargs.cxx
+++ b/desktop/source/app/cmdlineargs.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cmdlineargs.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: vg $ $Date: 2003-05-16 14:21:09 $
+ * last change: $Author: vg $ $Date: 2003-05-27 10:29:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -218,7 +218,7 @@ void CommandLineArgs::ParseCommandLine_String( const ::rtl::OUString& aCmdLineSt
bForceNewEvent = sal_False;
bForceOpenEvent = sal_False;
}
- else if ( aArgStr.EqualsIgnoreCaseAscii( "-start" ))
+ else if ( aArgStr.EqualsIgnoreCaseAscii( "-show" ))
{
// open in viewmode
bOpenEvent = sal_False;