diff options
-rw-r--r-- | xmloff/source/text/XMLIndexTOCStylesContext.cxx | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/xmloff/source/text/XMLIndexTOCStylesContext.cxx b/xmloff/source/text/XMLIndexTOCStylesContext.cxx index 93180c4da8fe..25d02390626c 100644 --- a/xmloff/source/text/XMLIndexTOCStylesContext.cxx +++ b/xmloff/source/text/XMLIndexTOCStylesContext.cxx @@ -47,13 +47,12 @@ TYPEINIT1( XMLIndexTOCStylesContext, SvXMLImportContext ); XMLIndexTOCStylesContext::XMLIndexTOCStylesContext( - SvXMLImport& rImport, - Reference<XPropertySet> & rPropSet, - sal_uInt16 nPrfx, - const OUString& rLocalName ) -: SvXMLImportContext(rImport, nPrfx, rLocalName) -, sLevelParagraphStyles(sAPI_LevelParagraphStyles) -, rTOCPropertySet(rPropSet) + SvXMLImport& rImport, Reference<XPropertySet> & rPropSet, + sal_uInt16 nPrfx, const OUString& rLocalName) + : SvXMLImportContext(rImport, nPrfx, rLocalName) + , sLevelParagraphStyles(sAPI_LevelParagraphStyles) + , rTOCPropertySet(rPropSet) + , nOutlineLevel(0) { } |