diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-10 09:15:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-10 12:13:31 +0200 |
commit | 95ceaa5c5572690e220cfac80fbaff8eb68dd940 (patch) | |
tree | 90346b9d1b28e4d0d924d352329c27416db3d9ff /sc/inc/dpobject.hxx | |
parent | 60cfdb9af53d4c5c976b52e3bf41bb54c779d169 (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/dpobject.hxx')
-rw-r--r-- | sc/inc/dpobject.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx index 2baea36b7654..9e02cfd8f0df 100644 --- a/sc/inc/dpobject.hxx +++ b/sc/inc/dpobject.hxx @@ -139,7 +139,7 @@ public: void SetHeaderLayout(bool bUseGrid); bool GetHeaderLayout() const { return mbHeaderLayout;} - void SetSheetDesc(const ScSheetSourceDesc& rDesc, bool bFromRefUpdate = false); + void SetSheetDesc(const ScSheetSourceDesc& rDesc); void SetImportDesc(const ScImportSourceDesc& rDesc); void SetServiceData(const ScDPServiceDesc& rDesc); |