diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-11-22 04:30:48 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-11-26 02:26:41 +0100 |
commit | 9e04fac561efd6bbfd6e43b0499b5542c0b4f526 (patch) | |
tree | 7832273e2ace02449e3a1e6380b8bcb50e64d185 /include/svx | |
parent | 91aba7ca4f0f8d0b08802b65bfd62fbf3532315f (diff) |
add dumpAsXml methods to more pool items
Change-Id: Ia33ac2dfa23bdc4e2990e6d028d1bae7fedfe4f5
Reviewed-on: https://gerrit.libreoffice.org/63853
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/e3ditem.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/e3ditem.hxx b/include/svx/e3ditem.hxx index 57ccdb1f581e..e18e50a2795c 100644 --- a/include/svx/e3ditem.hxx +++ b/include/svx/e3ditem.hxx @@ -44,6 +44,8 @@ public: const basegfx::B3DVector& GetValue() const { return aVal; } virtual sal_uInt16 GetVersion (sal_uInt16 nFileFormatVersion) const override; + + void dumpAsXml(struct _xmlTextWriter* pWriter) const override; }; #endif |