diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-09-09 20:56:20 +0100 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-09-09 20:56:20 +0100 |
commit | a865c1a4bf6dae773e8437d486520edd36d51c1e (patch) | |
tree | a50f0c95e5d560a79d2f830d7cf464022bc911c6 /cui | |
parent | 82abb4ebde073aad7489f4c981e2bbe6d76960ca (diff) |
WaE: unused variable 'aText'
Change-Id: Ief0af6dd64e5d144dd6396789068b3c7dae977bc
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optaboutconfig.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/options/optaboutconfig.cxx b/cui/source/options/optaboutconfig.cxx index 3de545f60cbf..1c8e682d0dd9 100644 --- a/cui/source/options/optaboutconfig.cxx +++ b/cui/source/options/optaboutconfig.cxx @@ -60,8 +60,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeCuiCustomMultilineEdit(Wind void CuiCustomMultilineEdit::KeyInput( const KeyEvent& rKeyEvent ) { - OUString aText; - bool bValid; bool bNonSpace = rKeyEvent.GetKeyCode().GetCode() != KEY_SPACE; if( bNumericOnly && bNonSpace ) |