diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-25 16:08:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-26 08:41:50 +0200 |
commit | 49d7a4cdf4c2d7b01faccb751d8f2002e2437b59 (patch) | |
tree | 4b895f50e95a5dce43c05c817785762bcd1b1c66 /include/xmloff/XMLTextShapeStyleContext.hxx | |
parent | 824e092dbfefe2366f39e55a3efcc3d99dc1cbf7 (diff) |
use fastparser in SwXMLStylesContext_Impl
Change-Id: I81075b44ec8417bf0126aa5a64389b434c1247f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101345
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/XMLTextShapeStyleContext.hxx')
-rw-r--r-- | include/xmloff/XMLTextShapeStyleContext.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xmloff/XMLTextShapeStyleContext.hxx b/include/xmloff/XMLTextShapeStyleContext.hxx index 1919d55c3d28..2e21c1846309 100644 --- a/include/xmloff/XMLTextShapeStyleContext.hxx +++ b/include/xmloff/XMLTextShapeStyleContext.hxx @@ -40,6 +40,9 @@ public: const OUString& rLName, const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList, SvXMLStylesContext& rStyles, XmlStyleFamily nFamily ); + XMLTextShapeStyleContext( SvXMLImport& rImport, sal_Int32 nElement, + const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList, + SvXMLStylesContext& rStyles, XmlStyleFamily nFamily ); virtual ~XMLTextShapeStyleContext() override; virtual SvXMLImportContextRef CreateChildContext( |