[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - sw/source

Marco Cecchetti marco.cecchetti at collabora.com
Mon Feb 8 10:28:22 UTC 2016


 sw/source/uibase/uiview/view.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d9959d3763e155b45d7bd2181bb81803566517be
Author: Marco Cecchetti <marco.cecchetti at collabora.com>
Date:   Mon Feb 8 11:26:29 2016 +0100

    sw - m_eLastSearchCommand initialization
    
    Change-Id: Iafd72a05a745207dfff7663eeeb7bc697b5b8fd1

diff --git a/sw/source/uibase/uiview/view.cxx b/sw/source/uibase/uiview/view.cxx
index 590774a..c0fb104 100644
--- a/sw/source/uibase/uiview/view.cxx
+++ b/sw/source/uibase/uiview/view.cxx
@@ -716,6 +716,7 @@ SwView::SwView( SfxViewFrame *_pFrame, SfxViewShell* pOldSh )
     m_nLastPasteDestination( static_cast<SotExchangeDest>(0xFFFF) ),
     m_nLeftBorderDistance( 0 ),
     m_nRightBorderDistance( 0 ),
+    m_eLastSearchCommand( static_cast<SvxSearchCmd>(0xFFFF) ),
     m_bWheelScrollInProgress(false),
     m_bInMailMerge(false),
     m_bInDtor(false),


More information about the Libreoffice-commits mailing list