From 19c6def56692ac23109f638f21a92c00b3d643bb Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 18 Aug 2021 09:02:29 +0200 Subject: 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 --- slideshow/source/inc/shapeattributelayer.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slideshow') 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 -- cgit