summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/includes.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-15 08:14:58 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-15 08:14:58 +0000
commitfa462b186ec508b11577f2914818c44d092ffd5f (patch)
tree157532a43ebe739255f51ce9da298271ad22bd11 /codemaker/source/cppumaker/includes.cxx
parent21c3f92bee60687b4e231651e9e6ad76cffe7536 (diff)
INTEGRATION: CWS jsc3 (1.4.4); FILE MERGED
2006/02/17 16:00:08 jsc 1.4.4.1: #i56247# refactoring and cosmetics
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 c78ff83437fc..11cfd385ff77 100644
--- a/codemaker/source/cppumaker/includes.cxx
+++ b/codemaker/source/cppumaker/includes.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: includes.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2006-01-10 15:46:59 $
+ * last change: $Author: vg $ $Date: 2006-03-15 09:14:58 $
*
* 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, i->first, false);
+ bool ns = dumpNamespaceOpen(out, m_manager, i->first, false);
if (ns) {
out << " ";
}
out << "class ";
- dumpTypeIdentifier(out, i->first);
+ dumpTypeIdentifier(out, m_manager, i->first);
out << ";";
if (ns) {
out << " ";