summaryrefslogtreecommitdiff
path: root/include/editeng/numitem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-20 16:29:58 +0200
committerNoel Grandin <noel@peralex.com>2016-09-21 09:06:33 +0200
commit553f10c71a2cc92f5f5890e24948f5277e3d2758 (patch)
tree2040ea0241bc538f5372c5a9234e0cf523e00b9e /include/editeng/numitem.hxx
parentc33647429b179c024f0749be85c89f737a8b42db (diff)
add dumpAsXml() to more pool items
Change-Id: I276109148bab8180ce2442f5ee69722357362453
Diffstat (limited to 'include/editeng/numitem.hxx')
-rw-r--r--include/editeng/numitem.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/numitem.hxx b/include/editeng/numitem.hxx
index 81131a493550..c789f005a1d0 100644
--- a/include/editeng/numitem.hxx
+++ b/include/editeng/numitem.hxx
@@ -266,6 +266,7 @@ public:
SvxNumRule& operator=( const SvxNumRule& );
void Store(SvStream &rStream);
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const;
const SvxNumberFormat* Get(sal_uInt16 nLevel)const;
const SvxNumberFormat& GetLevel(sal_uInt16 nLevel)const;
void SetLevel(sal_uInt16 nLevel, const SvxNumberFormat& rFmt, bool bIsValid = true);
@@ -308,6 +309,7 @@ public:
virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;
virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override;
+ virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const override;
};
class SvxNodeNum