summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2020-09-29 15:11:41 +0200
committerAndras Timar <andras.timar@collabora.com>2020-11-11 09:58:11 +0100
commitcd3990d1d8f212474dee1c1d989f005e4d9913a4 (patch)
treea1e4eaec70274fabdb5f978e70f0400f4f445600 /include
parent287dff6de897ef2dfb6743cd9273cf595c1fec13 (diff)
lok: Add posibility to change chart fill gradient
Change-Id: I942d478cd870036710390d2c03413b6fc0454038 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103619 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104808 Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/svx/xgrad.hxx2
1 files changed, 2 insertions, 0 deletions
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 <svx/svxdllapi.h>
#include <com/sun/star/awt/GradientStyle.hpp>
#include <boost/property_tree/ptree_fwd.hpp>
+#include <com/sun/star/awt/Gradient.hpp>
class Gradient;
@@ -77,6 +78,7 @@ public:
boost::property_tree::ptree dumpAsJSON() const;
static XGradient fromJSON(const OUString& rJSON);
+ css::awt::Gradient toGradientUNO();
};
#endif