summaryrefslogtreecommitdiff
path: root/sc/inc/dptabsrc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-10 09:15:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-10 12:13:31 +0200
commit95ceaa5c5572690e220cfac80fbaff8eb68dd940 (patch)
tree90346b9d1b28e4d0d924d352329c27416db3d9ff /sc/inc/dptabsrc.hxx
parent60cfdb9af53d4c5c976b52e3bf41bb54c779d169 (diff)
loplugin:checkunusedparams in sc(part2)
Change-Id: I1d54d16dbe5648a21baa9bf96444e60fcd034c81 Reviewed-on: https://gerrit.libreoffice.org/37457 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/dptabsrc.hxx')
-rw-r--r--sc/inc/dptabsrc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx
index 10277c888a41..c46a164ea89d 100644
--- a/sc/inc/dptabsrc.hxx
+++ b/sc/inc/dptabsrc.hxx
@@ -170,7 +170,7 @@ public:
bool SubTotalAllowed(long nColumn); //! move to ScDPResultData
- ScDPDimension* AddDuplicated(long nSource, const OUString& rNewName);
+ ScDPDimension* AddDuplicated(const OUString& rNewName);
long GetDupCount() const { return nDupCount; }
long GetSourceDim(long nDim);