diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/docvw/edtwin.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index 45995e6c9e7f..a1e1a6f26db2 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -5356,7 +5356,6 @@ void SwEditWin::Command( const CommandEvent& rCEvt ) if( m_pQuickHlpData->m_bIsDisplayed ) m_pQuickHlpData->Stop( rSh ); - OUString sWord; if( rSh.HasDrawView() && rSh.GetDrawView()->IsTextEdit() ) { bCallBase = false; @@ -5367,7 +5366,6 @@ void SwEditWin::Command( const CommandEvent& rCEvt ) const CommandExtTextInputData* pData = rCEvt.GetExtTextInputData(); if( pData ) { - sWord = pData->GetText(); bCallBase = false; rSh.SetExtTextInputData( *pData ); } |