summaryrefslogtreecommitdiff
path: root/include/vcl/GraphicAttributes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/GraphicAttributes.hxx')
-rw-r--r--include/vcl/GraphicAttributes.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/GraphicAttributes.hxx b/include/vcl/GraphicAttributes.hxx
index 5216d2934166..4fca512956c6 100644
--- a/include/vcl/GraphicAttributes.hxx
+++ b/include/vcl/GraphicAttributes.hxx
@@ -108,7 +108,7 @@ public:
{
return (mnLeftCrop != 0 || mnTopCrop != 0 || mnRightCrop != 0 || mnBottomCrop != 0);
}
- bool IsRotated() const { return ((mnRotate10 % Degree10(3600)) != Degree10(0)); }
+ bool IsRotated() const { return ((mnRotate10 % 3600_deg10) != 0_deg10); }
bool IsTransparent() const { return (mcTransparency > 0); }
bool IsAdjusted() const
{