summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexTOCStylesContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexTOCStylesContext.cxx')
-rw-r--r--xmloff/source/text/XMLIndexTOCStylesContext.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLIndexTOCStylesContext.cxx b/xmloff/source/text/XMLIndexTOCStylesContext.cxx
index f3a3bc8cd219..db8048f9424e 100644
--- a/xmloff/source/text/XMLIndexTOCStylesContext.cxx
+++ b/xmloff/source/text/XMLIndexTOCStylesContext.cxx
@@ -41,14 +41,12 @@ using ::com::sun::star::container::XIndexReplace;
using ::com::sun::star::xml::sax::XAttributeList;
-const sal_Char sAPI_LevelParagraphStyles[] = "LevelParagraphStyles";
-
XMLIndexTOCStylesContext::XMLIndexTOCStylesContext(
SvXMLImport& rImport, Reference<XPropertySet> & rPropSet,
sal_uInt16 nPrfx, const OUString& rLocalName)
: SvXMLImportContext(rImport, nPrfx, rLocalName)
- , sLevelParagraphStyles(sAPI_LevelParagraphStyles)
+ , sLevelParagraphStyles("LevelParagraphStyles")
, rTOCPropertySet(rPropSet)
, nOutlineLevel(0)
{