diff options
Diffstat (limited to 'include/svx/algitem.hxx')
-rw-r--r-- | include/svx/algitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/algitem.hxx b/include/svx/algitem.hxx index 335040eb09ca..448d2475eb97 100644 --- a/include/svx/algitem.hxx +++ b/include/svx/algitem.hxx @@ -62,7 +62,7 @@ public: /** Returns sal_True, if the item represents STACKED state. */ bool IsStacked() const; /** Returns the rotation this item represents (returns nStdAngle for STANDARD and STACKED state). */ - sal_Int32 GetRotation( sal_Int32 nStdAngle = 0 ) const; + sal_Int32 GetRotation( sal_Int32 nStdAngle ) const; /** Fills this item according to passed item values. */ void SetFromRotation( sal_Int32 nRotation, bool bStacked ); }; |