summaryrefslogtreecommitdiff
path: root/xml2cmp/source/xcd/xmltree.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xml2cmp/source/xcd/xmltree.cxx')
-rw-r--r--xml2cmp/source/xcd/xmltree.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/xml2cmp/source/xcd/xmltree.cxx b/xml2cmp/source/xcd/xmltree.cxx
index 58e7c9278688..ef6dc8a1daf1 100644
--- a/xml2cmp/source/xcd/xmltree.cxx
+++ b/xml2cmp/source/xcd/xmltree.cxx
@@ -32,7 +32,6 @@
// NOT FULLY DEFINED SERVICES
#include <cr_html.hxx>
-#include <cr_index.hxx>
char C_sMODULEDESCRIPTION[] = "module-description";
@@ -210,15 +209,6 @@ SupportedService::SupportedService()
{
}
-void
-SupportedService::Insert2Index( Index & o_rIndex ) const
-{
- for ( unsigned i = 0; i < Size(); ++i )
- {
- o_rIndex.InsertSupportedService( Data(i) );
- }
-}
-
FreeChoiceElement *
Create_ModuleDescrOptional_Element( MultipleTextElement * & o_rTypes,
MultipleTextElement * & o_rServiceDependencies )