diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/generic/point.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/generic/point.cxx b/tools/source/generic/point.cxx index 7feaef6a2083..6d4dc2e1e3ec 100644 --- a/tools/source/generic/point.cxx +++ b/tools/source/generic/point.cxx @@ -30,7 +30,7 @@ void Point::RotateAround( long& rX, long& rY, if ( (nOrientation >= 0) && !(nOrientation % 900) ) { - if ( (nOrientation >= 3600) ) + if ( nOrientation >= 3600 ) nOrientation %= 3600; if ( nOrientation ) |