summaryrefslogtreecommitdiff
path: root/codemaker/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:22:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:22:28 +0000
commit648e88a7ef4bc7efeade4da1eb8467145314e4f3 (patch)
treefdbe5969c3fbc753fbf62391978c7a99ca4daf0c /codemaker/inc
parent3d9435f8bad3ba2e251540de75daa7cca01d3ac4 (diff)
INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED
2006/04/07 20:37:18 sb 1.9.14.3: RESYNC: (1.10-1.11); FILE MERGED 2005/09/22 22:20:32 sb 1.9.14.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/05 13:32:22 sb 1.9.14.1: #i53898# Made code warning-free.
Diffstat (limited to 'codemaker/inc')
-rw-r--r--codemaker/inc/codemaker/global.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/codemaker/inc/codemaker/global.hxx b/codemaker/inc/codemaker/global.hxx
index f104f32c46c7..9e595610fadf 100644
--- a/codemaker/inc/codemaker/global.hxx
+++ b/codemaker/inc/codemaker/global.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: global.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: vg $ $Date: 2006-03-15 09:10:41 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:22:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -115,7 +115,7 @@ public:
// friend functions
friend FileStream &operator<<(FileStream& o, sal_uInt32 i);
- friend FileStream &operator<<(FileStream& o, sal_Char* s);
+ friend FileStream &operator<<(FileStream& o, char const * s);
friend FileStream &operator<<(FileStream& o, ::rtl::OString* s);
friend FileStream &operator<<(FileStream& o, const ::rtl::OString& s);
friend FileStream &operator<<(FileStream& o, ::rtl::OStringBuffer* s);