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/editeng | |
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/editeng')
-rw-r--r-- | include/editeng/colritem.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/colritem.hxx b/include/editeng/colritem.hxx index 49415c9a7b82..2fb55666e639 100644 --- a/include/editeng/colritem.hxx +++ b/include/editeng/colritem.hxx @@ -68,6 +68,8 @@ public: return mColor; } void SetValue(const Color& rNewColor); + + void dumpAsXml(struct _xmlTextWriter* pWriter) const override; }; // XXX: to be moved in a separate header. |