diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-03 08:51:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-03 20:44:51 +0000 |
commit | 2d5130ebab13fb94b07950a03b7051825b3d5b15 (patch) | |
tree | ed313711591c82d5d9837b76d2462c04e20dcd87 /vcl | |
parent | 188b0d899c277a2ac2b0c5f52d992db2b45a882d (diff) |
be a little more consistent stylewise
Change-Id: If1d822e0e6c87e792ff4a769a525e161505325c9
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/outdev/map.cxx | 2 |
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(); |