summaryrefslogtreecommitdiffstats
path: root/offapi
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-02-01 23:50:23 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-02-02 08:33:55 +0100
commit6205aad7f7b01f186af2b6c31b1519ef118f5a43 (patch)
treeb57c9ff1630dcebc3eb7affbb106384fbb2c1d1d /offapi
parentoox: OOX_DRAWINGML_EXPORT_ROTATE_CLOCKWISIFY() can be a template (diff)
downloadcore-6205aad7f7b01f186af2b6c31b1519ef118f5a43.tar.gz
core-6205aad7f7b01f186af2b6c31b1519ef118f5a43.zip
offapi: XOffset means center for awt::GradientStyle_RADIAL as well
Change-Id: Ie3a39e46b1c3b0f776e6242bff7a0151eaeca1b3 Reviewed-on: https://gerrit.libreoffice.org/67265 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/Gradient.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/Gradient.idl b/offapi/com/sun/star/awt/Gradient.idl
index f0d479a29e85..caa722a226e8 100644
--- a/offapi/com/sun/star/awt/Gradient.idl
+++ b/offapi/com/sun/star/awt/Gradient.idl
@@ -60,9 +60,9 @@ published struct Gradient
short Border;
- /** Specifies the X-coordinate, where the gradient begins,
- * whatever that means. Possibly means the *center* of the
- * ELLIPTICAL, SQUARE and RECT style gradients?
+ /** Specifies the X-coordinate, where the gradient begins.
+ * This is effectively the center of the RADIAL, ELLIPTICAL, SQUARE and
+ * RECT style gradients.
*/
short XOffset;