summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmltabi.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-10 09:59:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-10 12:29:15 +0200
commit3db6a7fddf880610f1b0a35ff191816f046e8c4a (patch)
tree72fc7cc1a981b8af10bb57649652fbc58776d7c3 /sc/source/filter/xml/xmltabi.hxx
parent95ceaa5c5572690e220cfac80fbaff8eb68dd940 (diff)
loplugin:checkunusedparams in sc(part3)
Change-Id: I61fc2ba762983d7bafb6ed8baafba458590af59a Reviewed-on: https://gerrit.libreoffice.org/37458 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/filter/xml/xmltabi.hxx')
-rw-r--r--sc/source/filter/xml/xmltabi.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmltabi.hxx b/sc/source/filter/xml/xmltabi.hxx
index ada786019320..d36f4d843f77 100644
--- a/sc/source/filter/xml/xmltabi.hxx
+++ b/sc/source/filter/xml/xmltabi.hxx
@@ -48,7 +48,7 @@ class ScXMLTableContext : public ScXMLImportContext
public:
- ScXMLTableContext( ScXMLImport& rImport, sal_Int32 nElement,
+ ScXMLTableContext( ScXMLImport& rImport,
const css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList );
virtual ~ScXMLTableContext() override;