diff options
author | Noel <noelgrandin@gmail.com> | 2020-11-19 15:53:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-20 07:22:26 +0100 |
commit | bfaa753ae459a6eab8a216b1541faa8a805f3f50 (patch) | |
tree | 6667b9f178b9d73a0c048f03e25cb47ebd8b5e74 /include/xmloff/table | |
parent | cdae2f16ef9da75c1b3f9cc3f8abc3a180f324d1 (diff) |
simplify CreateTableContext
Change-Id: I1700d17d6f3aa29fcc4a1ea33d8d797e67c301d1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106168
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/table')
-rw-r--r-- | include/xmloff/table/XMLTableImport.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/xmloff/table/XMLTableImport.hxx b/include/xmloff/table/XMLTableImport.hxx index cb6e2da7b48c..c0f702b5caaa 100644 --- a/include/xmloff/table/XMLTableImport.hxx +++ b/include/xmloff/table/XMLTableImport.hxx @@ -46,8 +46,7 @@ public: XMLTableImport( SvXMLImport& rImport, const rtl::Reference< XMLPropertySetMapper >& xCellPropertySetMapper, const rtl::Reference< XMLPropertyHandlerFactory >& xFactoryRef ); virtual ~XMLTableImport() override; - SvXMLImportContext* CreateTableContext( sal_uInt16 nPrfx, const OUString& rLName, - css::uno::Reference< css::table::XColumnRowRange > const & xColumnRowRange ); + SvXMLImportContext* CreateTableContext( css::uno::Reference< css::table::XColumnRowRange > const & xColumnRowRange ); SvXMLStyleContext* CreateTableTemplateContext( sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList ); |