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
commitacad55b24c8477c91cc2ab1c66b567b2e43c0577 (patch)
treeb34ebde94e306e04515ddddda694e2aa75bee066 /idl
parent2d2918ba5ae939e4c6c6cdafcfa6434c447105f3 (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 76429b345202..c8a8da02f147 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;
}
}