[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sw/source

Caolán McNamara caolanm at redhat.com
Tue Jan 14 05:02:01 PST 2014


 sw/source/core/view/vnew.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 806d7e4237726bfe75d1c18fb0edbdfec675648a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Nov 26 10:23:06 2013 +0000

    mbTiledRendering is uninitialized
    
    Change-Id: I98f1d81aa58d013c5f2042e2c4b76c4ebccf7120
    (cherry picked from commit 1d648282596ec06fdfd111e29c8328c1f3c07500)
    Signed-off-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sw/source/core/view/vnew.cxx b/sw/source/core/view/vnew.cxx
index 1efee42..990a5dfb 100644
--- a/sw/source/core/view/vnew.cxx
+++ b/sw/source/core/view/vnew.cxx
@@ -157,6 +157,7 @@ SwViewShell::SwViewShell( SwDoc& rDocument, Window *pWindow,
     mbShowHeaderSeparator( false ),
     mbShowFooterSeparator( false ),
     mbHeaderFooterEdit( false ),
+    mbTiledRendering(false),
     mpTargetPaintWindow(0), // #i74769#
     mpBufferedOut(0), // #i74769#
     mpDoc( &rDocument ),


More information about the Libreoffice-commits mailing list