summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 14:35:43 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 14:35:43 +0000
commit65f815a14c03ff62df18b2bf35d852ae90b00f53 (patch)
tree2e2849ad9d0e1870a0112ae8fd44af7dfed24c2a /desktop
parent19476d4d2b7a3244e6555fb5a912ad7535c98683 (diff)
INTEGRATION: CWS os2port01 (1.29.16); FILE MERGED
2007/08/10 08:14:12 obr 1.29.16.2: RESYNC: (1.29-1.31); FILE MERGED 2006/12/28 14:54:19 ydario 1.29.16.1: OS/2 initial import.
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 be4640009514..a6e355f97070 100644
--- a/desktop/source/app/cmdlineargs.cxx
+++ b/desktop/source/app/cmdlineargs.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cmdlineargs.cxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:04:29 $
+ * last change: $Author: vg $ $Date: 2007-09-20 15:35:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -353,7 +353,7 @@ sal_Bool CommandLineArgs::InterpretCommandLineParameter( const ::rtl::OUString&
}
else if ( aArg.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "-quickstart" )) == sal_True )
{
-#ifdef WNT
+#if defined(WNT) || defined(OS2)
SetBoolParam_Impl( CMD_BOOLPARAM_QUICKSTART, sal_True );
#endif
return sal_True;