From 07dcd679ff58d2f3ab991b5e3e66a2046a8dfde6 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 10 Jul 2014 11:36:05 +0100 Subject: coverity#1225002 Uninitialized scalar field Change-Id: Iec71c9b509b785a6fe043c62e103cb4a930fd416 --- vcl/source/outdev/outdev.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl') diff --git a/vcl/source/outdev/outdev.cxx b/vcl/source/outdev/outdev.cxx index 7be114ac1ee3..a10460923b94 100644 --- a/vcl/source/outdev/outdev.cxx +++ b/vcl/source/outdev/outdev.cxx @@ -148,6 +148,7 @@ OutputDevice::OutputDevice() : mbKerning = false; mbNewFont = true; mbTextLines = false; + mbTextBackground = false; mbTextSpecial = false; mbRefPoint = false; mbEnableRTL = false; // mirroring must be explicitly allowed (typically for windows only) -- cgit