diff options
Diffstat (limited to 'xmloff/source/text')
-rw-r--r-- | xmloff/source/text/XMLIndexTemplateContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/XMLIndexTemplateContext.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLIndexTemplateContext.cxx b/xmloff/source/text/XMLIndexTemplateContext.cxx index e4bce4d9cb50..0e47d86ccc9b 100644 --- a/xmloff/source/text/XMLIndexTemplateContext.cxx +++ b/xmloff/source/text/XMLIndexTemplateContext.cxx @@ -102,7 +102,6 @@ XMLIndexTemplateContext::XMLIndexTemplateContext( , sChapterLevel("ChapterLevel") //#i53420 , sLevelFormat("LevelFormat") -, sParaStyleLevel("ParaStyleLevel") { DBG_ASSERT( ((XML_TOKEN_INVALID != eLevelAttrName) && (nullptr != pLevelNameMap)) || ((XML_TOKEN_INVALID == eLevelAttrName) && (nullptr == pLevelNameMap)), diff --git a/xmloff/source/text/XMLIndexTemplateContext.hxx b/xmloff/source/text/XMLIndexTemplateContext.hxx index 01ae06e3742e..31b7f690fccd 100644 --- a/xmloff/source/text/XMLIndexTemplateContext.hxx +++ b/xmloff/source/text/XMLIndexTemplateContext.hxx @@ -109,7 +109,6 @@ public: const OUString sChapterLevel;//i53420 const OUString sLevelFormat; - const OUString sParaStyleLevel; |