summaryrefslogtreecommitdiff
path: root/include/editeng/charrotateitem.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-12-11 08:52:06 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-11 08:52:41 +0100
commit3dee6c74c37d1667c1d56767896e9578e2836e29 (patch)
treef283fee549f0f96f9ffbf0de83f82b2e534c6fa8 /include/editeng/charrotateitem.hxx
parent94899de91c6adee0dab7218adbbd2d75c565a3ce (diff)
Factor out SvxCharRotateItem::dumpAsXml() from sw
Change-Id: I52bca77e8ff0d4fccf8423f01dac9b6a7498f8d1
Diffstat (limited to 'include/editeng/charrotateitem.hxx')
-rw-r--r--include/editeng/charrotateitem.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/charrotateitem.hxx b/include/editeng/charrotateitem.hxx
index 574d2fc30183..c78cfc69670d 100644
--- a/include/editeng/charrotateitem.hxx
+++ b/include/editeng/charrotateitem.hxx
@@ -74,6 +74,8 @@ public:
bool IsFitToLine() const { return bFitToLine; }
void SetFitToLine( bool b ) { bFitToLine = b; }
+
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const;
};
#endif