diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2022-06-09 16:03:51 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2022-06-13 10:18:49 +0200 |
commit | 2fded499dfab88834bc91acba1b6ae0028937f4e (patch) | |
tree | 8b452e3c89e26406416e7ea8bc99dea2ee76b2c4 /include/svx/xflbckit.hxx | |
parent | 3f817355a397699953311f85a9df1358a1099c23 (diff) |
Add XFillBackgroundItem::dumpAsXml
Change-Id: I21aa5ded0c9c114199c9d503b48437ec1a6171eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135691
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'include/svx/xflbckit.hxx')
-rw-r--r-- | include/svx/xflbckit.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/xflbckit.hxx b/include/svx/xflbckit.hxx index 4033e6796913..59d4e940e551 100644 --- a/include/svx/xflbckit.hxx +++ b/include/svx/xflbckit.hxx @@ -40,6 +40,8 @@ public: MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper& ) const override; + + void dumpAsXml(xmlTextWriterPtr pWriter) const override; }; #endif |