[Libreoffice-commits] core.git: sc/source

Eike Rathke erack at redhat.com
Tue Apr 15 13:24:51 PDT 2014


 sc/source/ui/view/prevwsh.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b4bcd9ee53680bfb2a32ef273ab806b21830c6ce
Author: Eike Rathke <erack at redhat.com>
Date:   Tue Apr 15 22:18:08 2014 +0200

    CID#1202954 init class member
    
    Change-Id: If5ba55d752674b5bd81b406a28a78381177d6442

diff --git a/sc/source/ui/view/prevwsh.cxx b/sc/source/ui/view/prevwsh.cxx
index 77dc60f..ddc0563 100644
--- a/sc/source/ui/view/prevwsh.cxx
+++ b/sc/source/ui/view/prevwsh.cxx
@@ -149,6 +149,7 @@ ScPreviewShell::ScPreviewShell( SfxViewFrame* pViewFrame,
     pDocShell( (ScDocShell*)pViewFrame->GetObjectShell() ),
     mpFrameWindow(NULL),
     nSourceDesignMode( SC_FORCEMODE_NONE ),
+    nMaxVertPos(0),
     pAccessibilityBroadcaster( NULL )
 {
     Construct( &pViewFrame->GetWindow() );


More information about the Libreoffice-commits mailing list