summaryrefslogtreecommitdiff
path: root/sw/inc/paratr.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-12-15 08:55:25 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-15 09:01:00 +0100
commita741f682a74a2b43310edf606d8ed12ea0436151 (patch)
treef4ffe7615aed4ab46492786ca8659508a8abc546 /sw/inc/paratr.hxx
parent86c8e81178bae50b2de7591fc1cf53cd4d821363 (diff)
Factor out SwNumRuleItem::dumpAsXml() from nodedump
Change-Id: I893d358f8a842e19248cfeb151170ed2872c3dae
Diffstat (limited to 'sw/inc/paratr.hxx')
-rw-r--r--sw/inc/paratr.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/paratr.hxx b/sw/inc/paratr.hxx
index 53492faca2d3..b94acc843858 100644
--- a/sw/inc/paratr.hxx
+++ b/sw/inc/paratr.hxx
@@ -168,6 +168,8 @@ public:
virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) const SAL_OVERRIDE;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) SAL_OVERRIDE;
+
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const;
};
class SwParaConnectBorderItem : public SfxBoolItem