summaryrefslogtreecommitdiff
path: root/codemaker/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:22:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:22:06 +0000
commite4cab7160d438b4166834a340a268c053b2611e2 (patch)
tree17a10bf7b3054b473b10bf7b66f67b8fbfd6da1b /codemaker/inc
parent92ac242c48694b9378c0e073f15146182f7666c8 (diff)
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2006/04/20 08:10:36 sb 1.3.4.1: #i53898# Made code warning-free again after resync to SRC680m162.
Diffstat (limited to 'codemaker/inc')
-rw-r--r--codemaker/inc/codemaker/commoncpp.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/codemaker/inc/codemaker/commoncpp.hxx b/codemaker/inc/codemaker/commoncpp.hxx
index 635a253ff589..456c3b3229a5 100644
--- a/codemaker/inc/codemaker/commoncpp.hxx
+++ b/codemaker/inc/codemaker/commoncpp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: commoncpp.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2006-03-15 09:09:30 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:22:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,8 +44,7 @@ namespace codemaker { namespace cpp {
rtl::OString typeToPrefix(TypeManager const & manager, rtl::OString const & type);
-rtl::OString scopedCppName(TypeManager const & manager,
- rtl::OString const & type, bool bNoNameSpace=false,
+rtl::OString scopedCppName(rtl::OString const & type, bool bNoNameSpace=false,
bool shortname=false);
rtl::OString translateUnoToCppType(