summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/inc/PolarCoordinateSystem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-05 08:24:32 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-04-05 11:30:13 +0000
commita7ec6c29aaed1ed7dd8713a9b8698d12181c40a3 (patch)
treecb7e36caf97f4f63a1a5448cb3cf877740053841 /chart2/source/model/inc/PolarCoordinateSystem.hxx
parentloplugin:constantparam (diff)
downloadcore-a7ec6c29aaed1ed7dd8713a9b8698d12181c40a3.tar.gz
core-a7ec6c29aaed1ed7dd8713a9b8698d12181c40a3.zip
loplugin:constantparam in chart2
Change-Id: I9adcf4516107aaa960463be13090c2ac15685e09 Reviewed-on: https://gerrit.libreoffice.org/23833 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'chart2/source/model/inc/PolarCoordinateSystem.hxx')
-rw-r--r--chart2/source/model/inc/PolarCoordinateSystem.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/source/model/inc/PolarCoordinateSystem.hxx b/chart2/source/model/inc/PolarCoordinateSystem.hxx
index abd8a6bff923..ba4def86ec79 100644
--- a/chart2/source/model/inc/PolarCoordinateSystem.hxx
+++ b/chart2/source/model/inc/PolarCoordinateSystem.hxx
@@ -29,8 +29,7 @@ class PolarCoordinateSystem : public BaseCoordinateSystem
public:
explicit PolarCoordinateSystem(
const css::uno::Reference< css::uno::XComponentContext > & xContext,
- sal_Int32 nDimensionCount = 2,
- bool bSwapXAndYAxis = false );
+ sal_Int32 nDimensionCount = 2 );
explicit PolarCoordinateSystem( const PolarCoordinateSystem & rSource );
virtual ~PolarCoordinateSystem();