summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/editeng/charrotateitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/charrotateitem.hxx b/include/editeng/charrotateitem.hxx
index 95e86c3a01aa..fd08402b0e41 100644
--- a/include/editeng/charrotateitem.hxx
+++ b/include/editeng/charrotateitem.hxx
@@ -67,9 +67,9 @@ public:
virtual bool operator==( const SfxPoolItem& ) const override;
// our currently only degree values
- void SetTopToBotton() { SetValue( 2700 ); }
+ void SetTopToBottom() { SetValue( 2700 ); }
void SetBottomToTop() { SetValue( 900 ); }
- bool IsTopToBotton() const { return 2700 == GetValue(); }
+ bool IsTopToBottom() const { return 2700 == GetValue(); }
bool IsBottomToTop() const { return 900 == GetValue(); }
bool IsFitToLine() const { return bFitToLine; }