summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlrowi.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/xmlrowi.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/xmlrowi.hxx')
-rw-r--r--sc/source/filter/xml/xmlrowi.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmlrowi.hxx b/sc/source/filter/xml/xmlrowi.hxx
index 1b3839349dc2..0bcc6f595467 100644
--- a/sc/source/filter/xml/xmlrowi.hxx
+++ b/sc/source/filter/xml/xmlrowi.hxx
@@ -35,7 +35,7 @@ class ScXMLTableRowContext : public ScXMLImportContext
public:
- ScXMLTableRowContext( ScXMLImport& rImport, sal_Int32 nElement,
+ ScXMLTableRowContext( ScXMLImport& rImport,
const css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList );
virtual ~ScXMLTableRowContext() override;
@@ -57,7 +57,7 @@ class ScXMLTableRowsContext : public ScXMLImportContext
public:
- ScXMLTableRowsContext( ScXMLImport& rImport, sal_Int32 nElement,
+ ScXMLTableRowsContext( ScXMLImport& rImport,
const css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList,
const bool bHeader, const bool bGroup);