summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc
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/inc
parentad278c2b3a83f2fb2896aa048820cab93fddba69 (diff)
loplugin:unusedfields in chart2
Change-Id: I7da22cc193d9fadf9a3b5dc1453f5574d2357c31
Diffstat (limited to 'chart2/source/view/inc')
-rw-r--r--chart2/source/view/inc/GL3DBarChart.hxx5
-rw-r--r--chart2/source/view/inc/GL3DRenderer.hxx3
-rw-r--r--chart2/source/view/inc/LabelPositionHelper.hxx4
3 files changed, 2 insertions, 10 deletions
diff --git a/chart2/source/view/inc/GL3DBarChart.hxx b/chart2/source/view/inc/GL3DBarChart.hxx
index 419c67975245..417160ac9d60 100644
--- a/chart2/source/view/inc/GL3DBarChart.hxx
+++ b/chart2/source/view/inc/GL3DBarChart.hxx
@@ -151,11 +151,8 @@ private:
{
glm::vec3 maPos;
float mnVal;
- sal_Int32 mnIndex;
- sal_Int32 mnSeriesIndex;
- BarInformation(const glm::vec3& rPos, float nVal,
- sal_Int32 nIndex, sal_Int32 nSeriesIndex);
+ BarInformation(const glm::vec3& rPos, float nVal);
};
std::map<sal_uInt32, const BarInformation> maBarMap;
diff --git a/chart2/source/view/inc/GL3DRenderer.hxx b/chart2/source/view/inc/GL3DRenderer.hxx
index 83168060f8cd..2c8008d30833 100644
--- a/chart2/source/view/inc/GL3DRenderer.hxx
+++ b/chart2/source/view/inc/GL3DRenderer.hxx
@@ -59,9 +59,6 @@ struct LightSource
glm::vec4 lightColor;
glm::vec4 positionWorldspace;
float lightPower;
- float pad1;
- float pad2;
- float pad3;
};
struct GlobalLights
diff --git a/chart2/source/view/inc/LabelPositionHelper.hxx b/chart2/source/view/inc/LabelPositionHelper.hxx
index dc4659c0a091..82f50da7f3e6 100644
--- a/chart2/source/view/inc/LabelPositionHelper.hxx
+++ b/chart2/source/view/inc/LabelPositionHelper.hxx
@@ -38,8 +38,7 @@ class LabelPositionHelper
{
public:
LabelPositionHelper(
- PlottingPositionHelper* pPosHelper
- , sal_Int32 nDimensionCount
+ sal_Int32 nDimensionCount
, const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& xLogicTarget
, AbstractShapeFactory* pShapeFactory );
virtual ~LabelPositionHelper();
@@ -59,7 +58,6 @@ private:
LabelPositionHelper();
protected:
- PlottingPositionHelper* m_pPosHelper;
sal_Int32 m_nDimensionCount;
private: