summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLSectionFootnoteConfigImport.cxx')
-rw-r--r--xmloff/source/text/XMLSectionFootnoteConfigImport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx b/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx
index ed20985e52d1..0f4f51e1b4e3 100644
--- a/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx
+++ b/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx
@@ -101,13 +101,13 @@ void XMLSectionFootnoteConfigImport::startFastElement(
bNumOwn = true;
break;
}
- case XML_ELEMENT(TEXT, XML_NUM_SUFFIX):
+ case XML_ELEMENT(STYLE, XML_NUM_SUFFIX):
{
sNumSuffix = aIter.toString();
bNumOwn = true;
break;
}
- case XML_ELEMENT(TEXT, XML_NUM_FORMAT):
+ case XML_ELEMENT(STYLE, XML_NUM_FORMAT):
{
sNumFormat = aIter.toString();
bNumOwn = true;