summaryrefslogtreecommitdiff
path: root/xmloff/source/text
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-24 09:17:04 +0200
committerNoel Grandin <noel@peralex.com>2015-11-24 10:09:26 +0200
commite0bf7914b45c4236a9266295df915a9079d9ff00 (patch)
tree32503223850fe5db2f404e7fb4a58dbb51339f85 /xmloff/source/text
parent22c59683144171cc96c71f00c24dbf540681c2ee (diff)
loplugin:unusedfields in xmloff/
Change-Id: I1fb9cb1bc04fb0886d6080f62899a04e8fd4429e
Diffstat (limited to 'xmloff/source/text')
-rw-r--r--xmloff/source/text/XMLIndexTemplateContext.cxx1
-rw-r--r--xmloff/source/text/XMLIndexTemplateContext.hxx1
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;