summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/DummyXShape.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-26 14:17:38 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-26 14:17:38 +0100
commitbc8dcb2b5db706c8c5bdd6cf3ac1311d6625d962 (patch)
treed11f09fdb025c80fc5400e75ea1cd1e2783bbbcd /chart2/source/view/main/DummyXShape.cxx
parente65233abd48c290448c361a75a90a0a9e5652062 (diff)
-Werror,-Wunused-private-field
Change-Id: I70e753b1532fe465d378b8b4b0bbd2b7582130fe
Diffstat (limited to 'chart2/source/view/main/DummyXShape.cxx')
-rw-r--r--chart2/source/view/main/DummyXShape.cxx17
1 files changed, 1 insertions, 16 deletions
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index a6f9ed12c00d..efadcbc1ff12 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -453,13 +453,6 @@ void DummyPieSegment2D::render()
}
-DummyPieSegment::DummyPieSegment(
- const drawing::Direction3D& rOffset, const drawing::HomogenMatrix& rUnitCircleToScene ):
- maOffset(rOffset),
- maUnitCircleToScene(rUnitCircleToScene)
-{
-}
-
DummyStripe::DummyStripe(const Stripe& rStripe, const uno::Reference< beans::XPropertySet > & xPropSet,
const tPropertyNameMap& rPropertyNameMap ):
maStripe(rStripe)
@@ -467,11 +460,6 @@ DummyStripe::DummyStripe(const Stripe& rStripe, const uno::Reference< beans::XPr
setProperties(xPropSet, rPropertyNameMap, maProperties);
}
-DummyArea3D::DummyArea3D(const drawing::PolyPolygonShape3D& rShape):
- maShapes(rShape)
-{
-}
-
DummyArea2D::DummyArea2D(const drawing::PointSequenceSequence& rShape):
maShapes(rShape)
{
@@ -505,8 +493,6 @@ void DummyArea2D::render()
DummySymbol2D::DummySymbol2D(const drawing::Position3D& rPos, const drawing::Direction3D& rSize,
sal_Int32 nStandardSymbol, sal_Int32 nFillColor):
- mrPosition(rPos),
- mrSize(rSize),
mnStandardSymbol(nStandardSymbol),
mnFillColor(nFillColor)
{
@@ -592,8 +578,7 @@ void setProperties( const VLineProperties& rLineProperties, std::map<OUString, u
}
-DummyLine3D::DummyLine3D(const drawing::PolyPolygonShape3D& rPoints, const VLineProperties& rLineProperties):
- maPoints(rPoints)
+DummyLine3D::DummyLine3D(const VLineProperties& rLineProperties)
{
setProperties(rLineProperties, maProperties);
}