diff options
author | Marco Cecchetti <marco.cecchetti@collabora.com> | 2016-02-08 11:26:29 +0100 |
---|---|---|
committer | Marco Cecchetti <marco.cecchetti@collabora.com> | 2016-02-08 11:28:40 +0100 |
commit | 1b1d6441bf5e7742fda8eab0d3933b84d06f6377 (patch) | |
tree | 2a6a691fa99227270fd7dd0609bb60eaf8f6ba99 /sw | |
parent | c24aa380eaeb792d6b7125e54eab833d8b65dbc7 (diff) |
sw - m_eLastSearchCommand initialization
Change-Id: Iafd72a05a745207dfff7663eeeb7bc697b5b8fd1
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/uiview/view.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/uiview/view.cxx b/sw/source/uibase/uiview/view.cxx index 27d48f5b7eb2..c5d6a6b9a5b4 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), |