summaryrefslogtreecommitdiff
path: root/include/xmloff/prstylei.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-25 13:06:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-26 07:52:09 +0200
commit4d4f7750dce767f864b0e12b448002bb768eb130 (patch)
tree270a4afde82d0670aef259efb2bbffad19c12a7d /include/xmloff/prstylei.hxx
parent4a4dfeee6fa48ad6b13dc2b2ed10b97ca5609d31 (diff)
use more fastparser in XMLTableStyleContext
Change-Id: I558459138f3d4191b6ecdcf726d022497dbb9f06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101321 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/prstylei.hxx')
-rw-r--r--include/xmloff/prstylei.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xmloff/prstylei.hxx b/include/xmloff/prstylei.hxx
index 0bb6243b57f5..b99b945f5977 100644
--- a/include/xmloff/prstylei.hxx
+++ b/include/xmloff/prstylei.hxx
@@ -99,6 +99,9 @@ public:
bool bDefaultStyle=false );
virtual ~XMLPropStyleContext() override;
+ virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext(
+ sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList ) override;
+
virtual SvXMLImportContextRef CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,