[Libreoffice-commits] core.git: sw/source
Marco Cecchetti
marco.cecchetti at collabora.com
Mon Feb 8 10:29:20 UTC 2016
sw/source/uibase/uiview/view.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1b1d6441bf5e7742fda8eab0d3933b84d06f6377
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 27d48f5..c5d6a6b 100644
--- a/sw/source/uibase/uiview/view.cxx
+++ b/sw/source/uibase/uiview/view.cxx
@@ -707,6 +707,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