summaryrefslogtreecommitdiff
path: root/include/editeng/charrotateitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/charrotateitem.hxx')
-rw-r--r--include/editeng/charrotateitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/charrotateitem.hxx b/include/editeng/charrotateitem.hxx
index c78cfc69670d..6a88c76c25f0 100644
--- a/include/editeng/charrotateitem.hxx
+++ b/include/editeng/charrotateitem.hxx
@@ -75,7 +75,7 @@ public:
bool IsFitToLine() const { return bFitToLine; }
void SetFitToLine( bool b ) { bFitToLine = b; }
- void dumpAsXml(struct _xmlTextWriter* pWriter) const;
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const SAL_OVERRIDE;
};
#endif