diff options
-rw-r--r-- | vcl/source/control/quickselectionengine.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/quickselectionengine.cxx b/vcl/source/control/quickselectionengine.cxx index 2e055c959690..0d24683137f2 100644 --- a/vcl/source/control/quickselectionengine.cxx +++ b/vcl/source/control/quickselectionengine.cxx @@ -122,7 +122,7 @@ namespace vcl OSL_TRACE( "QuickSelectionEngine::HandleKeyEvent: searching for %s", OUStringToOString(m_pData->sCurrentSearchString, RTL_TEXTENCODING_UTF8).getStr() ); if ( m_pData->sCurrentSearchString.getLength() == 1 ) - { // first character in the search -> remmeber + { // first character in the search -> remember m_pData->aSingleSearchChar.reset( c ); } else if ( m_pData->sCurrentSearchString.getLength() > 1 ) |