summaryrefslogtreecommitdiff
path: root/sw/inc/fmtsrnd.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-12-22 13:08:06 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-22 19:33:56 +0100
commit44742f9a0db5043e55591745be105896ed115f62 (patch)
tree965a72c6f41691ce3dc3797bbe9e823e4664c090 /sw/inc/fmtsrnd.hxx
parent3bcbec22b3e76444d7c9431534f330d827d131d3 (diff)
Factor out SwFmtSurround::dumpAsXml() from docnode
Change-Id: Ia76bbaa02c0b306d4a5487f440b62d616cc8b29e
Diffstat (limited to 'sw/inc/fmtsrnd.hxx')
-rw-r--r--sw/inc/fmtsrnd.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/fmtsrnd.hxx b/sw/inc/fmtsrnd.hxx
index 123717f7bdfe..691e77550695 100644
--- a/sw/inc/fmtsrnd.hxx
+++ b/sw/inc/fmtsrnd.hxx
@@ -58,6 +58,8 @@ public:
void SetAnchorOnly( bool bNew ) { bAnchorOnly = bNew; }
void SetContour( bool bNew ) { bContour = bNew; }
void SetOutside( bool bNew ) { bOutside = bNew; }
+
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const;
};
inline SwFmtSurround &SwFmtSurround::operator=( const SwFmtSurround &rCpy )