summaryrefslogtreecommitdiff
path: root/include/svl
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/svl
parentc33647429b179c024f0749be85c89f737a8b42db (diff)
add dumpAsXml() to more pool items
Change-Id: I276109148bab8180ce2442f5ee69722357362453
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/eitem.hxx2
-rw-r--r--include/svl/poolitem.hxx1
2 files changed, 3 insertions, 0 deletions
diff --git a/include/svl/eitem.hxx b/include/svl/eitem.hxx
index bed13e458615..16518a7bea38 100644
--- a/include/svl/eitem.hxx
+++ b/include/svl/eitem.hxx
@@ -91,6 +91,8 @@ public:
const IntlWrapper * = nullptr)
const override;
+ virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const override;
+
virtual bool QueryValue(css::uno::Any& rVal, sal_uInt8 = 0) const override;
virtual bool PutValue(const css::uno::Any& rVal, sal_uInt8) override;
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx
index feb209fa5f71..e594abb7d400 100644
--- a/include/svl/poolitem.hxx
+++ b/include/svl/poolitem.hxx
@@ -245,6 +245,7 @@ public:
MapUnit ePresMetric,
OUString &rText,
const IntlWrapper * = nullptr ) const override;
+ virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const override;
// create a copy of itself
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;