summaryrefslogtreecommitdiff
path: root/include/xmloff/txtstyli.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/txtstyli.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/txtstyli.hxx')
-rw-r--r--include/xmloff/txtstyli.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xmloff/txtstyli.hxx b/include/xmloff/txtstyli.hxx
index e1704e1e4a4a..4a2997ce1223 100644
--- a/include/xmloff/txtstyli.hxx
+++ b/include/xmloff/txtstyli.hxx
@@ -59,6 +59,10 @@ public:
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList,
SvXMLStylesContext& rStyles, XmlStyleFamily nFamily,
bool bDefaultStyle = false );
+ XMLTextStyleContext( SvXMLImport& rImport, sal_Int32 nElement,
+ const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList,
+ SvXMLStylesContext& rStyles, XmlStyleFamily nFamily,
+ bool bDefaultStyle = false );
~XMLTextStyleContext() override;
XMLTextStyleContext(const XMLTextStyleContext &) = delete;