diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-17 07:13:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-17 07:13:38 +0000 |
commit | 00ab669973d4e8226b07444861263531f3b71e6d (patch) | |
tree | 83d967621ae2fe7798a041e4dacf4abbc375dc0a /desktop/source/app | |
parent | eb00a33259e17308ef347f0f2e073368dea08501 (diff) |
INTEGRATION: CWS startcenterfix02 (1.26.74); FILE MERGED
2008/04/11 15:28:49 pl 1.26.74.2: #i87649# better solution: filter all env commands by using specialize rtl command line API
2008/04/10 17:40:52 pl 1.26.74.1: #i87649# new command line parameter to ignore
Diffstat (limited to 'desktop/source/app')
-rw-r--r-- | desktop/source/app/cmdlineargs.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/desktop/source/app/cmdlineargs.hxx b/desktop/source/app/cmdlineargs.hxx index 281495464520..4f1d3f66025f 100644 --- a/desktop/source/app/cmdlineargs.hxx +++ b/desktop/source/app/cmdlineargs.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: cmdlineargs.hxx,v $ - * $Revision: 1.27 $ + * $Revision: 1.28 $ * * This file is part of OpenOffice.org. * @@ -32,7 +32,6 @@ #define _DESKTOP_COMMANDLINEARGS_HXX_ #include <rtl/ustring.hxx> -#include <vos/process.hxx> #include <osl/mutex.hxx> @@ -118,7 +117,7 @@ class CommandLineArgs }; CommandLineArgs(); - CommandLineArgs( ::vos::OExtCommandLine& aExtCmdLine ); + CommandLineArgs( bool bConvert ); CommandLineArgs( Supplier& supplier ); // generic methods to access parameter |