diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-11-22 20:00:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-23 07:21:40 +0100 |
commit | 607935650fab97092c960df54830e20b4f6b93a7 (patch) | |
tree | 2120652bfb532457d8fa4c901923963b68d11123 /include/xmloff | |
parent | e4e88a402cd43a5553ae364c74a01e3f0e462473 (diff) |
fastparser in SwXMLTableContext
Change-Id: I52ea773993a19384c5a7ad3eb95b518446ea5e96
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106360
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/XMLTextTableContext.hxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/xmloff/XMLTextTableContext.hxx b/include/xmloff/XMLTextTableContext.hxx index f781ee102f43..032d3b7e792c 100644 --- a/include/xmloff/XMLTextTableContext.hxx +++ b/include/xmloff/XMLTextTableContext.hxx @@ -26,13 +26,8 @@ class XMLOFF_DLLPUBLIC XMLTextTableContext : public SvXMLImportContext { - public: - - - XMLTextTableContext( SvXMLImport& rImport, - sal_uInt16 nPrfx, - const OUString& rLName ); + XMLTextTableContext( SvXMLImport& rImport ); virtual ~XMLTextTableContext() override; }; |