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 | 1d4e37faf4cf767ddebf987f5c83702f154bbf49 (patch) | |
tree | b423caba9e8716b13978b591165b0c893b756453 /rdbmaker | |
parent | 9f0bc444ae3a81987ac838b3ab4c52103a826df0 (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 72e0b4e69..b2320a598 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; } |