From b018ef60c69a4fe5653cf07253a4ef5be563a6fa Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 09:48:00 +0000
Subject: 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
---
framework/inc/commands.h | 16 ++++++++--------
1 file 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
#endif
-#ifndef _RTL_USTRING_
-#include
+#ifndef _RTL_USTRING_HXX_
+#include
#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.
--
cgit