Kaydet (Commit) a865c1a4 authored tarafından Andrzej J.R. Hunt's avatar Andrzej J.R. Hunt

WaE: unused variable 'aText'

Change-Id: Ief0af6dd64e5d144dd6396789068b3c7dae977bc
üst 82abb4eb
...@@ -60,8 +60,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeCuiCustomMultilineEdit(Wind ...@@ -60,8 +60,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeCuiCustomMultilineEdit(Wind
void CuiCustomMultilineEdit::KeyInput( const KeyEvent& rKeyEvent ) void CuiCustomMultilineEdit::KeyInput( const KeyEvent& rKeyEvent )
{ {
OUString aText;
bool bValid; bool bValid;
bool bNonSpace = rKeyEvent.GetKeyCode().GetCode() != KEY_SPACE; bool bNonSpace = rKeyEvent.GetKeyCode().GetCode() != KEY_SPACE;
if( bNumericOnly && bNonSpace ) if( bNumericOnly && bNonSpace )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment