summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-10-21 09:51:34 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-10-21 09:51:34 +0000
commit79486067e5a4294eb101ee5c8f08877e4f634b2a (patch)
tree4bf8588d793a25c0bbe65339bc03ae60bb08237d /drawinglayer
parentca42fba5120c7de4ba7ab5321ba61cc1e092ef55 (diff)
fix a compile problem
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/geometry/viewinformation2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/geometry/viewinformation2d.cxx b/drawinglayer/source/geometry/viewinformation2d.cxx
index e03c946edf9e..706684c5f7d8 100644
--- a/drawinglayer/source/geometry/viewinformation2d.cxx
+++ b/drawinglayer/source/geometry/viewinformation2d.cxx
@@ -157,7 +157,7 @@ namespace drawinglayer
mxExtendedInformation[nExtendedInsert++] = rProp;
// for performance reasons, also cache content locally
- sal_Bool bSalBool;
+ sal_Bool bSalBool = sal_True;
rProp.Value >>= bSalBool;
mbReducedDisplayQuality = bSalBool;
}