summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:45:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:45:06 +0000
commitd5971bd61a1b3dfb4627c9d8fdea1bdb8d71e335 (patch)
tree390d2eb569fee84a71b75af7b2371da7554ecae2 /goodies
parentaf847b18a8b70e6541d3760fe722649340f33f20 (diff)
INTEGRATION: CWS warnings01 (1.4.28); FILE MERGED
2005/11/16 16:42:16 pl 1.4.28.2: #i55991# removed warnings 2005/10/28 09:53:11 sj 1.4.28.1: #i55991# warning free code
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/icgm/cgm.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/goodies/source/filter.vcl/icgm/cgm.hxx b/goodies/source/filter.vcl/icgm/cgm.hxx
index fd51e73a6b41..7d95960ce992 100644
--- a/goodies/source/filter.vcl/icgm/cgm.hxx
+++ b/goodies/source/filter.vcl/icgm/cgm.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cgm.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:49:08 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:45:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,7 +52,7 @@
// ---------------------------------------------------------------
#include <tools/solar.h>
-#include <rtl/ustring>
+#include <rtl/ustring.hxx>
#include <tools/list.hxx>
#include "cgmtypes.hxx"
@@ -179,7 +179,7 @@ class CGM
GDIMetaFile* mpGDIMetaFile;
CGM( sal_uInt32 nMode, Graphic& rGraphic );
#endif
- void ImplComment( sal_uInt32, char* );
+ void ImplComment( sal_uInt32, const char* );
sal_uInt32 GetBackGroundColor();
sal_Bool IsValid() { return mbStatus; };
sal_Bool IsFinished() { return mbIsFinished; };