diff options
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/chart/typegroupconverter.cxx | 4 | ||||
-rw-r--r-- | oox/source/drawingml/shape.cxx | 8 | ||||
-rw-r--r-- | oox/source/helper/storagebase.cxx | 4 |
3 files changed, 0 insertions, 16 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) { diff --git a/oox/source/helper/storagebase.cxx b/oox/source/helper/storagebase.cxx index 17deba75b76b..a4c0c367be46 100644 --- a/oox/source/helper/storagebase.cxx +++ b/oox/source/helper/storagebase.cxx @@ -102,10 +102,6 @@ bool StorageBase::isRootStorage() const return implIsStorage() && maStorageName.isEmpty(); } -bool StorageBase::isReadOnly() const -{ - return mbReadOnly; -} Reference< XStorage > StorageBase::getXStorage() const { |