diff options
Diffstat (limited to 'xmloff/source/text/XMLIndexTemplateContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLIndexTemplateContext.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/source/text/XMLIndexTemplateContext.cxx b/xmloff/source/text/XMLIndexTemplateContext.cxx index c94a753a5f12..906fabff092e 100644 --- a/xmloff/source/text/XMLIndexTemplateContext.cxx +++ b/xmloff/source/text/XMLIndexTemplateContext.cxx @@ -60,7 +60,6 @@ const sal_Char sAPI_TokenBibliographyDataField[] = "TokenBibliographyDataField"; - XMLIndexTemplateContext::XMLIndexTemplateContext( SvXMLImport& rImport, Reference<XPropertySet> & rPropSet, @@ -220,7 +219,6 @@ void XMLIndexTemplateContext::EndElement() } - /// template token types; used for aTokenTypeMap parameter enum TemplateTokenType { @@ -329,12 +327,9 @@ SvXMLImportContext *XMLIndexTemplateContext::CreateChildContext( } - - // maps for the XMLIndexTemplateContext constructor - // table of content and user defined index: const SvXMLEnumMapEntry aSvLevelNameTOCMap[] = |