summaryrefslogtreecommitdiff
path: root/include/svx/xflclit.hxx
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2020-04-07 18:29:35 +0530
committerSzymon Kłos <szymon.klos@collabora.com>2020-04-23 13:21:49 +0200
commit24a90870991d2629014b60435e3ca98a64dd3043 (patch)
tree2fc3c863ba4f480f111f826b0278481934038235 /include/svx/xflclit.hxx
parent9ed61699760544b780bd3eb5820d92233cd5fb4d (diff)
Added parameter to FillPageColor command
Change-Id: I22943815b69eeb7628eb243e0dbc6c8e0ea3487e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92213 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include/svx/xflclit.hxx')
-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 0efa4b4b1dbb..df6b302d3e66 100644
--- a/include/svx/xflclit.hxx
+++ b/include/svx/xflclit.hxx
@@ -48,6 +48,7 @@ public:
OUString &rText, const IntlWrapper& ) const override;
void dumpAsXml(xmlTextWriterPtr pWriter) const override;
+ virtual boost::property_tree::ptree dumpAsJSON() const override;
};
#endif