summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/shapeattributelayer.cxx8
-rw-r--r--slideshow/source/inc/shapeattributelayer.hxx4
2 files changed, 0 insertions, 12 deletions
diff --git a/slideshow/source/engine/shapeattributelayer.cxx b/slideshow/source/engine/shapeattributelayer.cxx
index f766707b696b..937ed1508fb0 100644
--- a/slideshow/source/engine/shapeattributelayer.cxx
+++ b/slideshow/source/engine/shapeattributelayer.cxx
@@ -650,14 +650,6 @@ namespace slideshow
return mbCharRotationAngleValid || ( haveChild() && mpChild->isCharRotationAngleValid() );
}
- double ShapeAttributeLayer::getCharRotationAngle() const
- {
- return calcValue( mnCharRotationAngle,
- mbCharRotationAngleValid,
- &ShapeAttributeLayer::isCharRotationAngleValid,
- &ShapeAttributeLayer::getCharRotationAngle );
- }
-
void ShapeAttributeLayer::setCharRotationAngle( const double& rNewAngle )
{
ENSURE_OR_THROW( ::rtl::math::isFinite(rNewAngle),
diff --git a/slideshow/source/inc/shapeattributelayer.hxx b/slideshow/source/inc/shapeattributelayer.hxx
index 27ed2c1ae22d..024a1cc88f41 100644
--- a/slideshow/source/inc/shapeattributelayer.hxx
+++ b/slideshow/source/inc/shapeattributelayer.hxx
@@ -378,11 +378,7 @@ namespace slideshow
/** Query whether the char rotation angle attribute is valid
*/
bool isCharRotationAngleValid() const;
- /** Query the current text rotation angle of the shape
- @return the text rotation angle in degrees.
- */
- double getCharRotationAngle() const;
/** Set the new text rotation angle of the shape
@param rNewAngle