WaE: unused variable 'aText'
Change-Id: Ief0af6dd64e5d144dd6396789068b3c7dae977bc
This commit is contained in:
parent
82abb4ebde
commit
a865c1a4bf
@ -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 )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user