summaryrefslogtreecommitdiff
path: root/oox/source/drawingml
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml')
-rw-r--r--oox/source/drawingml/chart/typegroupconverter.cxx4
-rw-r--r--oox/source/drawingml/shape.cxx8
2 files changed, 0 insertions, 12 deletions
diff --git a/oox/source/drawingml/chart/typegroupconverter.cxx b/oox/source/drawingml/chart/typegroupconverter.cxx
index 3ca777f5c163..5127bbcac4d8 100644
--- a/oox/source/drawingml/chart/typegroupconverter.cxx
+++ b/oox/source/drawingml/chart/typegroupconverter.cxx
@@ -198,10 +198,6 @@ bool TypeGroupConverter::isPercent() const
return maTypeInfo.mbSupportsStacking && (mrModel.mnGrouping == XML_percentStacked);
}
-bool TypeGroupConverter::is3dChart() const
-{
- return mb3dChart;
-}
bool TypeGroupConverter::isWall3dChart() const
{
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index 0737830ece35..6948f46a32f6 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -270,20 +270,12 @@ void Shape::setLockedCanvas(bool bLockedCanvas)
mbLockedCanvas = bLockedCanvas;
}
-bool Shape::getLockedCanvas()
-{
- return mbLockedCanvas;
-}
void Shape::setWps(bool bWps)
{
mbWps = bWps;
}
-bool Shape::getWps()
-{
- return mbWps;
-}
void Shape::setTextBox(bool bTextBox)
{