summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltbli.hxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-12-02 14:10:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-12-03 08:02:26 +0100
commit90304fec75b2aa0ca2b1976228e30e8bfbb34389 (patch)
tree5c1d5a6f7784b487b82cac63f468550b158f0ad9 /sw/source/filter/xml/xmltbli.hxx
parenta5216cf1eb647862f377bed9b9a447e8bccf338f (diff)
fastparser in SwXMLTableContext
Change-Id: I0ad5155e5b12cbe9c11cbd3861199bf81fec213d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107126 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/xml/xmltbli.hxx')
-rw-r--r--sw/source/filter/xml/xmltbli.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/filter/xml/xmltbli.hxx b/sw/source/filter/xml/xmltbli.hxx
index d312efd15d6a..4f71f7a5a164 100644
--- a/sw/source/filter/xml/xmltbli.hxx
+++ b/sw/source/filter/xml/xmltbli.hxx
@@ -139,6 +139,8 @@ public:
SwXMLTableContext( SwXMLImport& rImport,
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList );
SwXMLTableContext( SwXMLImport& rImport,
+ const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList );
+ SwXMLTableContext( SwXMLImport& rImport,
SwXMLTableContext *pTable );
virtual ~SwXMLTableContext() override;