summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Cecchetti <marco.cecchetti@collabora.com>2016-02-08 11:26:29 +0100
committerMarco Cecchetti <marco.cecchetti@collabora.com>2016-02-08 11:28:40 +0100
commit1b1d6441bf5e7742fda8eab0d3933b84d06f6377 (patch)
tree2a6a691fa99227270fd7dd0609bb60eaf8f6ba99
parentc24aa380eaeb792d6b7125e54eab833d8b65dbc7 (diff)
sw - m_eLastSearchCommand initialization
Change-Id: Iafd72a05a745207dfff7663eeeb7bc697b5b8fd1
-rw-r--r--sw/source/uibase/uiview/view.cxx1
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),