summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/includes.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:24:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:24:44 +0000
commit6c95220ccbff680e9d26c388734a7ea022513608 (patch)
tree9a2d058d721c2b5ddd59917408e0f45c892212da /codemaker/source/cppumaker/includes.cxx
parent9881efc2b782c25a1886b4831deb92784ce97fa9 (diff)
INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED
2006/04/20 08:10:11 sb 1.5.4.1: #i53898# Made code warning-free again after resync to SRC680m162.
Diffstat (limited to 'codemaker/source/cppumaker/includes.cxx')
-rw-r--r--codemaker/source/cppumaker/includes.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/codemaker/source/cppumaker/includes.cxx b/codemaker/source/cppumaker/includes.cxx
index 11cfd385ff77..ce8d8fed3cc4 100644
--- a/codemaker/source/cppumaker/includes.cxx
+++ b/codemaker/source/cppumaker/includes.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: includes.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2006-03-15 09:14:58 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:24:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -183,12 +183,12 @@ void Includes::dump(FileStream & out, rtl::OString const * companionHdl) {
{
dumpInclude(out, i->first, m_hpp);
} else {
- bool ns = dumpNamespaceOpen(out, m_manager, i->first, false);
+ bool ns = dumpNamespaceOpen(out, i->first, false);
if (ns) {
out << " ";
}
out << "class ";
- dumpTypeIdentifier(out, m_manager, i->first);
+ dumpTypeIdentifier(out, i->first);
out << ";";
if (ns) {
out << " ";