summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2020-04-07 18:29:35 +0530
committerAndras Timar <andras.timar@collabora.com>2020-05-27 08:50:28 +0200
commit7bbb7a06a965169a5edf897194c4eefd7a22f665 (patch)
treec1b06ceaffdb86c47d0d14c40fdf6d2150811558 /include
parent5bcf8afb26d43d61fd7c89bfc92dfba555af57d2 (diff)
Added parameter to FillPageColor command
Change-Id: I22943815b69eeb7628eb243e0dbc6c8e0ea3487e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94851 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/xflclit.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/xflclit.hxx b/include/svx/xflclit.hxx
index d3998bb17002..3fae41fc6f0c 100644
--- a/include/svx/xflclit.hxx
+++ b/include/svx/xflclit.hxx
@@ -49,6 +49,7 @@ public:
OUString &rText, const IntlWrapper& ) const override;
void dumpAsXml(xmlTextWriterPtr pWriter) const override;
+ virtual boost::property_tree::ptree dumpAsJSON() const override;
};
#endif