summaryrefslogtreecommitdiff
path: root/autodoc/source/ary/idl/i_module.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-12 14:16:06 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-12 14:16:06 +0000
commit6f80bef035e2ae3f617de0c5214d74693855921b (patch)
treec1e51f551e3bf993ef4279a8aba7ca2310698db9 /autodoc/source/ary/idl/i_module.cxx
parentec827f33179e712f6317c514a21ebdce2eb52efc (diff)
INTEGRATION: CWS adc8 (1.1.84); FILE MERGED
2004/07/02 11:04:03 np 1.1.84.1: #i26261#
Diffstat (limited to 'autodoc/source/ary/idl/i_module.cxx')
-rw-r--r--autodoc/source/ary/idl/i_module.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/autodoc/source/ary/idl/i_module.cxx b/autodoc/source/ary/idl/i_module.cxx
index 4e0ad4123900..3360fe94eac1 100644
--- a/autodoc/source/ary/idl/i_module.cxx
+++ b/autodoc/source/ary/idl/i_module.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: i_module.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: np $ $Date: 2002-11-01 17:12:48 $
+ * last change: $Author: rt $ $Date: 2004-07-12 15:15:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,6 +74,8 @@
#include <ary/idl/i_typedef.hxx>
#include <ary/idl/i_constgroup.hxx>
#include <ary/idl/i_singleton.hxx>
+#include <ary/idl/i_siservice.hxx>
+#include <ary/idl/i_sisingleton.hxx>
#include <ary/idl/ihost_ce.hxx>
#include <ary/idl/ip_ce.hxx>
#include <nametreenode.hxx>
@@ -242,6 +244,7 @@ attr::Get_AllChildrenSeparated( std::vector< const CodeEntity* > & o_nestedModul
case Module::class_id:
o_nestedModules.push_back(pCe);
break;
+ case SglIfcService::class_id:
case Service::class_id:
o_services.push_back(pCe);
break;
@@ -263,6 +266,7 @@ attr::Get_AllChildrenSeparated( std::vector< const CodeEntity* > & o_nestedModul
case ConstantsGroup::class_id:
o_constantGroups.push_back(pCe);
break;
+ case SglIfcSingleton::class_id:
case Singleton::class_id:
o_singletons.push_back(pCe);
break;