summaryrefslogtreecommitdiff
path: root/vcl/source/outdev
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-03 08:51:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-03 20:44:51 +0000
commit2d5130ebab13fb94b07950a03b7051825b3d5b15 (patch)
treeed313711591c82d5d9837b76d2462c04e20dcd87 /vcl/source/outdev
parent188b0d899c277a2ac2b0c5f52d992db2b45a882d (diff)
be a little more consistent stylewise
Change-Id: If1d822e0e6c87e792ff4a769a525e161505325c9
Diffstat (limited to 'vcl/source/outdev')
-rw-r--r--vcl/source/outdev/map.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/map.cxx b/vcl/source/outdev/map.cxx
index 8e95882b8e6f..fa79b77c3e39 100644
--- a/vcl/source/outdev/map.cxx
+++ b/vcl/source/outdev/map.cxx
@@ -261,7 +261,7 @@ static void ImplCalcMapResolution( const MapMode& rMapMode,
}
else
{
- if (!aScaleX.GetNumerator() || ! aScaleY.GetNumerator())
+ if (!aScaleX.GetNumerator() || !aScaleY.GetNumerator())
throw o3tl::divide_by_zero();
rMapRes.mfOffsetX *= aScaleX.GetDenominator();