diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:48:00 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:48:00 +0000 |
commit | b018ef60c69a4fe5653cf07253a4ef5be563a6fa (patch) | |
tree | 38cbfff7b3b3353836791603fbe0173b7599bf34 /framework | |
parent | 6e60e9ea796419f44c2cfbd1b613146ef5420200 (diff) |
INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED
2005/10/28 14:48:04 cd 1.3.32.1: #i55991# Warning free code changes for gcc
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/commands.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/framework/inc/commands.h b/framework/inc/commands.h index 0cb2f86e92b4..a524b4dd88ee 100644 --- a/framework/inc/commands.h +++ b/framework/inc/commands.h @@ -4,9 +4,9 @@ * * $RCSfile: commands.h,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:57:45 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:48:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,8 +48,8 @@ #include <vos/process.hxx> #endif -#ifndef _RTL_USTRING_ -#include <rtl/ustring> +#ifndef _RTL_USTRING_HXX_ +#include <rtl/ustring.hxx> #endif //_________________________________________________________________________________________________________________ @@ -63,10 +63,10 @@ namespace framework{ We need it e.g. to detect running mode of it - plugin, headless ... *//*-*************************************************************************************************************/ -#define COMMAND_PLUGIN DECLARE_ASCII("-plugin" ) /// office is plugged into a browser -#define COMMAND_HEADLESS DECLARE_ASCII("-headless" ) /// office runs in headless mode for scripting -#define COMMAND_INVISIBLE DECLARE_ASCII("-invisible" ) /// office runs in invisible mode which supress splash screen and first empry document -#define COMMAND_SERVER DECLARE_ASCII("-server" ) /// office runs as server +#define COMMAND_PLUGIN DECLARE_ASCII("-plugin" ) /// office is plugged into a browser +#define COMMAND_HEADLESS DECLARE_ASCII("-headless" ) /// office runs in headless mode for scripting +#define COMMAND_INVISIBLE DECLARE_ASCII("-invisible" ) /// office runs in invisible mode which supress splash screen and first empry document +#define COMMAND_SERVER DECLARE_ASCII("-server" ) /// office runs as server /*-************************************************************************************************************//** @short This method parse command line of office and search for any argument. |