summaryrefslogtreecommitdiff
path: root/include/svx/xgrad.hxx
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2019-12-09 14:47:09 +0100
committerSzymon Kłos <szymon.klos@collabora.com>2019-12-10 11:07:51 +0100
commit1c04f677b53d6e0731f6401bc4c3a0dfd9e6ed01 (patch)
tree32c5fcb403bae7ce81b470a096701b43e6ca553e /include/svx/xgrad.hxx
parentb4c28826e0f8716583e7663ca2ea7a25079f2583 (diff)
jsdialog: apply FillGradient with JSON arg
Change-Id: I0ca53a53ff53e66d2f25ad4eb13305edbc3aaa12 Reviewed-on: https://gerrit.libreoffice.org/84798 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include/svx/xgrad.hxx')
-rw-r--r--include/svx/xgrad.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/xgrad.hxx b/include/svx/xgrad.hxx
index 3c9b2b4572a4..8fae7d896c75 100644
--- a/include/svx/xgrad.hxx
+++ b/include/svx/xgrad.hxx
@@ -75,6 +75,7 @@ public:
sal_uInt16 GetSteps() const { return nStepCount; }
boost::property_tree::ptree dumpAsJSON() const;
+ static XGradient fromJSON(const OUString& rJSON);
};
#endif