diff options
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/xgrad.hxx | 2 |
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 |