diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:09:00 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:09:00 +0000 |
commit | d037aef4291d4ed22d16aeb1b482b6e9ba4f3362 (patch) | |
tree | 3f0001d09d0236b529f0824cd9d4463f64c793e2 /rdbmaker | |
parent | a22cd10d1a803b7175bd95c930cc064dcab13910 (diff) |
INTEGRATION: CWS warnings01 (1.3.120); FILE MERGED
2005/09/23 00:23:09 sb 1.3.120.2: RESYNC: (1.3-1.4); FILE MERGED
2005/09/07 13:50:19 sb 1.3.120.1: #i53898# Made code warning-free.
Diffstat (limited to 'rdbmaker')
-rw-r--r-- | rdbmaker/inc/codemaker/global.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rdbmaker/inc/codemaker/global.hxx b/rdbmaker/inc/codemaker/global.hxx index 9791d3b830f5..19825eedbed5 100644 --- a/rdbmaker/inc/codemaker/global.hxx +++ b/rdbmaker/inc/codemaker/global.hxx @@ -4,9 +4,9 @@ * * $RCSfile: global.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 05:02:41 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:09:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -82,7 +82,7 @@ typedef ::std::list< ::rtl::OString > StringList; typedef ::std::vector< ::rtl::OString > StringVector; typedef ::std::set< ::rtl::OString, LessString > StringSet; -::rtl::OString makeTempName(sal_Char* prefix); +::rtl::OString makeTempName(); ::rtl::OString createFileNameFromType(const ::rtl::OString& destination, const ::rtl::OString type, @@ -134,7 +134,7 @@ public: { fprintf(o.m_pFile, "%d", i); return o; } - friend FileStream &operator<<(FileStream& o, sal_Char* s) + friend FileStream &operator<<(FileStream& o, char const * s) { fprintf(o.m_pFile, "%s", s); return o; } |