summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/ObjectHierarchy.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-06 14:31:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-07 07:25:29 +0100
commit8169a0e5a10defde3e0f53137734fd06ffca85d7 (patch)
tree49ca64d53ba080db4b75ce7f51283c40e50e347e /chart2/source/controller/inc/ObjectHierarchy.hxx
parentbe354a2abd27548405caf97fdbc814b5a6b06995 (diff)
loplugin:countusersofdefaultparams in chart2
Change-Id: Ibad415d2c539b2438e4939c2c23f32d84a5a677f Reviewed-on: https://gerrit.libreoffice.org/45948 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/inc/ObjectHierarchy.hxx')
-rw-r--r--chart2/source/controller/inc/ObjectHierarchy.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/inc/ObjectHierarchy.hxx b/chart2/source/controller/inc/ObjectHierarchy.hxx
index 1c6f0761fa33..76a694dac9f0 100644
--- a/chart2/source/controller/inc/ObjectHierarchy.hxx
+++ b/chart2/source/controller/inc/ObjectHierarchy.hxx
@@ -50,7 +50,7 @@ public:
*/
explicit ObjectHierarchy(
const css::uno::Reference< css::chart2::XChartDocument > & xChartDocument,
- ExplicitValueProvider * pExplicitValueProvider = nullptr,
+ ExplicitValueProvider * pExplicitValueProvider,
bool bFlattenDiagram = false,
bool bOrderingForElementSelector = false );
~ObjectHierarchy();
@@ -80,7 +80,7 @@ class ObjectKeyNavigation
public:
explicit ObjectKeyNavigation( const ObjectIdentifier & rCurrentOID,
const css::uno::Reference< css::chart2::XChartDocument > & xChartDocument,
- ExplicitValueProvider * pExplicitValueProvider = nullptr );
+ ExplicitValueProvider * pExplicitValueProvider );
bool handleKeyEvent( const css::awt::KeyEvent & rEvent );
const ObjectIdentifier& getCurrentSelection() const { return m_aCurrentOID;}