[Libreoffice-commits] core.git: slideshow/source

Mike Kaganski (via logerrit) logerrit at kemper.freedesktop.org
Wed Aug 18 11:53:05 UTC 2021


 slideshow/source/inc/shapeattributelayer.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 19c6def56692ac23109f638f21a92c00b3d643bb
Author:     Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Wed Aug 18 09:02:29 2021 +0200
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Wed Aug 18 13:52:29 2021 +0200

    Fix erroneous comments
    
    At least they work symmetrically with set* counterparts,
    and seem to be used as returning radians.
    
    Change-Id: I6fedbb127ff587822dbea2351c51e2472edaa962
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120591
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>

diff --git a/slideshow/source/inc/shapeattributelayer.hxx b/slideshow/source/inc/shapeattributelayer.hxx
index ac4aad87ef49..b97722fee20c 100644
--- a/slideshow/source/inc/shapeattributelayer.hxx
+++ b/slideshow/source/inc/shapeattributelayer.hxx
@@ -230,7 +230,7 @@ namespace slideshow::internal
             bool isShearXAngleValid() const;
             /** Query the current shear angle at the x axis of the shape
 
-                @return the shear angle in degrees.
+                @return the shear angle in radians.
              */
             double getShearXAngle() const;
             /** Set the new shear angle at the x axis of the shape
@@ -245,7 +245,7 @@ namespace slideshow::internal
             bool isShearYAngleValid() const;
             /** Query the current shear angle at the y axis of the shape
 
-                @return the shear angle in degrees.
+                @return the shear angle in radians.
              */
             double getShearYAngle() const;
             /** Set the new shear angle at the y axis of the shape


More information about the Libreoffice-commits mailing list