diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/prstylei.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xmloff/prstylei.hxx b/include/xmloff/prstylei.hxx index 42f5c732c423..0bb6243b57f5 100644 --- a/include/xmloff/prstylei.hxx +++ b/include/xmloff/prstylei.hxx @@ -93,6 +93,10 @@ public: const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList, SvXMLStylesContext& rStyles, XmlStyleFamily nFamily, bool bDefaultStyle=false ); + XMLPropStyleContext( SvXMLImport& rImport, sal_Int32 nElement, + const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList, + SvXMLStylesContext& rStyles, XmlStyleFamily nFamily, + bool bDefaultStyle=false ); virtual ~XMLPropStyleContext() override; virtual SvXMLImportContextRef CreateChildContext( |