summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:42:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:42:12 +0000
commit2e7099cfc978d104a7f7eeeb8629f79e5a5f96a7 (patch)
treee16ea2955a74e9977d35f8f8327b100f5124d5bd /idl
parentca16fd3dcda88b4898f2aeaa7c335930782d1d44 (diff)
INTEGRATION: CWS warnings01 (1.2.6); FILE MERGED
2005/10/27 16:03:16 sb 1.2.6.2: #i53898# Made code warning-free. 2005/10/14 11:27:21 sb 1.2.6.1: #i53898# Made code warning-free.
Diffstat (limited to 'idl')
-rw-r--r--idl/source/objects/module.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/idl/source/objects/module.cxx b/idl/source/objects/module.cxx
index 9e75e31b7b..74c23e9257 100644
--- a/idl/source/objects/module.cxx
+++ b/idl/source/objects/module.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: module.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 17:50:27 $
+ * last change: $Author: hr $ $Date: 2006-06-19 10:42:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,9 +46,6 @@
#endif
#include <tools/debug.hxx>
-#pragma hdrstop
-
-
/****************** SvMetaModule ******************************************/
SV_IMPL_META_FACTORY1( SvMetaModule, SvMetaExtern );
#ifdef IDL_COMPILER
@@ -608,7 +605,7 @@ void SvMetaModule::Write( SvIdlDataBase & rBase, SvStream & rOutStm,
{
rOutStm << "SvIDL interface documentation" << endl << endl;
rOutStm << "<MODULE>" << endl << GetName().GetBuffer() << endl;
- WriteDescription( rBase, rOutStm );
+ WriteDescription( rOutStm );
rOutStm << "</MODULE>" << endl << endl;
rOutStm << "<CLASSES>" << endl;
@@ -658,6 +655,9 @@ void SvMetaModule::Write( SvIdlDataBase & rBase, SvStream & rOutStm,
}
}
break;
+
+ default:
+ break;
}
}