summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/outdev.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-07-18 08:45:32 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-07-20 22:10:59 +0200
commit8e21a02520cbd2fdc09df1ca675f4aa46a02d5f6 (patch)
treef19907a12be55d8fdd4fc3560ded681dc3216fa0 /vcl/source/outdev/outdev.cxx
parent2b8528a2745bec7909bfe2265d6110a9964eef47 (diff)
vcl: add floating equivalent for MapRes
Change-Id: I165e403d2834d341f7da7a280859afccb995a3bb
Diffstat (limited to 'vcl/source/outdev/outdev.cxx')
-rw-r--r--vcl/source/outdev/outdev.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/source/outdev/outdev.cxx b/vcl/source/outdev/outdev.cxx
index aa2cbc930f36..8717246d495c 100644
--- a/vcl/source/outdev/outdev.cxx
+++ b/vcl/source/outdev/outdev.cxx
@@ -159,6 +159,10 @@ OutputDevice::OutputDevice() :
maMapRes.mnMapScNumY = 1;
maMapRes.mnMapScDenomX = 1;
maMapRes.mnMapScDenomY = 1;
+ maMapRes.mfOffsetX = 0.0;
+ maMapRes.mfOffsetY = 0.0;
+ maMapRes.mfScaleX = 1.0;
+ maMapRes.mfScaleY = 1.0;
// struct ImplThresholdRes
maThresRes.mnThresLogToPixX = 0;
maThresRes.mnThresLogToPixY = 0;