From cd3990d1d8f212474dee1c1d989f005e4d9913a4 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Tue, 29 Sep 2020 15:11:41 +0200 Subject: lok: Add posibility to change chart fill gradient Change-Id: I942d478cd870036710390d2c03413b6fc0454038 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103619 Tested-by: Jenkins CollaboraOffice Reviewed-by: Andras Timar Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104808 Tested-by: Jenkins --- include/svx/xgrad.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/svx') diff --git a/include/svx/xgrad.hxx b/include/svx/xgrad.hxx index 6e372ec2dbfb..e6331d7274c5 100644 --- a/include/svx/xgrad.hxx +++ b/include/svx/xgrad.hxx @@ -25,6 +25,7 @@ #include #include #include +#include class Gradient; @@ -77,6 +78,7 @@ public: boost::property_tree::ptree dumpAsJSON() const; static XGradient fromJSON(const OUString& rJSON); + css::awt::Gradient toGradientUNO(); }; #endif -- cgit