diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2021-08-18 09:02:29 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-08-18 13:52:29 +0200 |
commit | 19c6def56692ac23109f638f21a92c00b3d643bb (patch) | |
tree | c9387f9d8fddf02a8dc53fd109214599a9cd5907 /slideshow | |
parent | 08058894d2da9e65b91a1dcdb997b70f69448fb3 (diff) |
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@collabora.com>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/inc/shapeattributelayer.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |