summaryrefslogtreecommitdiff
path: root/include/svl/eitem.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/svl/eitem.hxx
parentc33647429b179c024f0749be85c89f737a8b42db (diff)
add dumpAsXml() to more pool items
Change-Id: I276109148bab8180ce2442f5ee69722357362453
Diffstat (limited to 'include/svl/eitem.hxx')
-rw-r--r--include/svl/eitem.hxx2
1 files changed, 2 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;