[Libreoffice-commits] core.git: offapi/com

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Feb 2 07:34:16 UTC 2019


 offapi/com/sun/star/awt/Gradient.idl |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 6205aad7f7b01f186af2b6c31b1519ef118f5a43
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Fri Feb 1 23:50:23 2019 +0100
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Sat Feb 2 08:33:55 2019 +0100

    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 at collabora.com>

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;
 


More information about the Libreoffice-commits mailing list