summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/dumputils.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:24:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:24:33 +0000
commit9881efc2b782c25a1886b4831deb92784ce97fa9 (patch)
treed24dbc341983992cac260cd5d5e9ef154b20ee8d /codemaker/source/cppumaker/dumputils.hxx
parent5dcedb0b3e2e4b94b71e0a2b72b847671872cd5e (diff)
INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED
2006/04/20 08:10:11 sb 1.4.4.1: #i53898# Made code warning-free again after resync to SRC680m162.
Diffstat (limited to 'codemaker/source/cppumaker/dumputils.hxx')
-rw-r--r--codemaker/source/cppumaker/dumputils.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/codemaker/source/cppumaker/dumputils.hxx b/codemaker/source/cppumaker/dumputils.hxx
index 99547d79aeda..593bbb73053a 100644
--- a/codemaker/source/cppumaker/dumputils.hxx
+++ b/codemaker/source/cppumaker/dumputils.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dumputils.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2006-03-15 09:14:40 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:24:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,19 +39,16 @@
namespace rtl { class OString; }
class FileStream;
-class TypeManager;
namespace codemaker { namespace cppumaker {
bool dumpNamespaceOpen(
- FileStream & out, TypeManager const & manager,
- rtl::OString const & registryType, bool fullModuleType);
+ FileStream & out, rtl::OString const & registryType, bool fullModuleType);
bool dumpNamespaceClose(
FileStream & out, rtl::OString const & registryType, bool fullModuleType);
-void dumpTypeIdentifier(FileStream & out, TypeManager const & manager,
- rtl::OString const & registryType);
+void dumpTypeIdentifier(FileStream & out, rtl::OString const & registryType);
} }