summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-12-20 12:41:03 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-20 13:03:46 +0100
commitdc08157dff6d997b4e5b19c9496ddf54727ba26f (patch)
tree8501e8d558ba93dfc3aea98de1dcbaddd5da6cb5 /sw/inc
parentb1e0d30e6adaa1bef2b0e923354ce4e5f82ae707 (diff)
Factor out SwFmtFrmSize::dumpAsXml() from nodedump
Change-Id: Idcf24d40876230a0e34f2f816dfe414b4a143f53
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/fmtfsize.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/fmtfsize.hxx b/sw/inc/fmtfsize.hxx
index 6bb75daa1073..29598be03579 100644
--- a/sw/inc/fmtfsize.hxx
+++ b/sw/inc/fmtfsize.hxx
@@ -97,6 +97,8 @@ public:
void SetHeightPercentRelation ( sal_Int16 n ) { m_eHeightPercentRelation = n; }
void SetWidthPercent ( sal_uInt8 n ) { m_nWidthPercent = n; }
void SetWidthPercentRelation ( sal_Int16 n ) { m_eWidthPercentRelation = n; }
+
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const;
};
inline const SwFmtFrmSize &SwAttrSet::GetFrmSize(bool bInP) const