summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/PolarLabelPositionHelper.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-20 12:41:00 +0200
committerNoel Grandin <noel@peralex.com>2015-11-20 12:41:00 +0200
commitc79b7fd8d4e6e029cf8e6bfb2c7e10b52a4d5781 (patch)
tree149af69517f0d8ed1bf09bfb8185b56618cb5346 /chart2/source/view/main/PolarLabelPositionHelper.cxx
parentad278c2b3a83f2fb2896aa048820cab93fddba69 (diff)
loplugin:unusedfields in chart2
Change-Id: I7da22cc193d9fadf9a3b5dc1453f5574d2357c31
Diffstat (limited to 'chart2/source/view/main/PolarLabelPositionHelper.cxx')
-rw-r--r--chart2/source/view/main/PolarLabelPositionHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/PolarLabelPositionHelper.cxx b/chart2/source/view/main/PolarLabelPositionHelper.cxx
index b6053cb04d3a..eefa3390b4ec 100644
--- a/chart2/source/view/main/PolarLabelPositionHelper.cxx
+++ b/chart2/source/view/main/PolarLabelPositionHelper.cxx
@@ -35,7 +35,7 @@ PolarLabelPositionHelper::PolarLabelPositionHelper(
, sal_Int32 nDimensionCount
, const uno::Reference< drawing::XShapes >& xLogicTarget
, AbstractShapeFactory* pShapeFactory )
- : LabelPositionHelper( pPosHelper, nDimensionCount, xLogicTarget, pShapeFactory )
+ : LabelPositionHelper( nDimensionCount, xLogicTarget, pShapeFactory )
, m_pPosHelper(pPosHelper)
{
}