summaryrefslogtreecommitdiff
path: root/sc/inc/chartlis.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-02 15:41:41 +0200
committerNoel Grandin <noel@peralex.com>2016-03-03 08:11:02 +0200
commitfecfd9c4987229c7fb335c6c6ba847e2ec30d40d (patch)
tree1a6e1162744f8a313242046cb93901d22c46150e /sc/inc/chartlis.hxx
parent7ccdb94e2c5774f924bf89b34387c7d41e2e4c30 (diff)
loplugin:unuseddefaultparams in sc (part2)
Change-Id: I356a86bfca20cbf2c52185697042dce5237e847d
Diffstat (limited to 'sc/inc/chartlis.hxx')
-rw-r--r--sc/inc/chartlis.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/chartlis.hxx b/sc/inc/chartlis.hxx
index fcbc1339f3bd..d66fb33401b6 100644
--- a/sc/inc/chartlis.hxx
+++ b/sc/inc/chartlis.hxx
@@ -175,8 +175,7 @@ public:
OUString getUniqueName(const OUString& rPrefix) const;
void ChangeListening( const OUString& rName,
- const ScRangeListRef& rRangeListRef,
- bool bDirty = false );
+ const ScRangeListRef& rRangeListRef );
// use FreeUnused only the way it's used in ScDocument::UpdateChartListenerCollection
void FreeUnused();
void FreeUno( const css::uno::Reference< css::chart::XChartDataChangeEventListener >& rListener,