diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-06 15:52:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-06 17:50:41 +0100 |
commit | d32289d715f7182b9e82a4d3fde9cfcf87517da3 (patch) | |
tree | bc44f9a34cfecf4d996c25f73d0b3a752a350353 /include/xmloff | |
parent | bf71fe152b8e04be92def48c9aecec98d57f5f35 (diff) |
loplugin:unusedmethods
Change-Id: I698981490eb1391930cdd06821a80a5f770e000e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90109
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmlstyle.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx index 8f49a61a3b91..c728f0e5b501 100644 --- a/include/xmloff/xmlstyle.hxx +++ b/include/xmloff/xmlstyle.hxx @@ -195,10 +195,6 @@ protected: public: - SvXMLStylesContext( SvXMLImport& rImport, sal_uInt16 nPrfx, - const OUString& rLName, - const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList, - bool bAutomatic = false ); SvXMLStylesContext( SvXMLImport& rImport, bool bAutomatic = false ); |