diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-02-01 23:50:23 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-02-02 08:33:55 +0100 |
commit | 6205aad7f7b01f186af2b6c31b1519ef118f5a43 (patch) | |
tree | b57c9ff1630dcebc3eb7affbb106384fbb2c1d1d /offapi/com/sun/star | |
parent | d938920433ed28897f41a2dde89ba296ce89bfd5 (diff) |
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/com/sun/star')
-rw-r--r-- | offapi/com/sun/star/awt/Gradient.idl | 6 |
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; |