summaryrefslogtreecommitdiff
path: root/chart2/source/inc/ThreeDHelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-01 20:38:22 +0200
committerNoel Grandin <noel@peralex.com>2016-03-02 07:57:38 +0200
commitf69585c35411ca74e17bb6cd1cf535489472a4c2 (patch)
treeb5a8f3df94dea50d1f6bf498041e8f0bc7cb3fbd /chart2/source/inc/ThreeDHelper.hxx
parent33265f52dfa6a4612156288a170a8e41cff2cfd8 (diff)
loplugin:unuseddefaultparams in chart2
Change-Id: I03a3580fdbd1f6cf08af329b07edcfe09ecbb9aa
Diffstat (limited to 'chart2/source/inc/ThreeDHelper.hxx')
-rw-r--r--chart2/source/inc/ThreeDHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/ThreeDHelper.hxx b/chart2/source/inc/ThreeDHelper.hxx
index 41427ab0435d..024466cc2083 100644
--- a/chart2/source/inc/ThreeDHelper.hxx
+++ b/chart2/source/inc/ThreeDHelper.hxx
@@ -80,7 +80,7 @@ public:
static void switchRightAngledAxes( const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet >& xSceneProperties
- , bool bRightAngledAxes, bool bRotateLights=true );
+ , bool bRightAngledAxes );
static void adaptRadAnglesForRightAngledAxes( double& rfXAngleRad, double& rfYAngleRad );
static double getXDegreeAngleLimitForRightAngledAxes() { return 90.0; }