diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-12 11:38:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-12 11:38:40 +0100 |
commit | 49ebf4f91d14af51bc3772c675de19b5891e3d36 (patch) | |
tree | eb1bffec7d8a5d6794568f478a695bcd7cc7bad8 /svtools/source/control | |
parent | 0ac7f6120eab04a95185342e935c0bbca4d8cc43 (diff) |
loplugin: unused string and misleading if/else indent
Change-Id: Idd0c4195e5988b3a0ee64282463db44e43d0c597
Diffstat (limited to 'svtools/source/control')
-rw-r--r-- | svtools/source/control/inettbc.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx index b0d80e773245..490a818db166 100644 --- a/svtools/source/control/inettbc.cxx +++ b/svtools/source/control/inettbc.cxx @@ -725,7 +725,6 @@ void SvtURLBox::TryAutoComplete( sal_Bool bForce ) { if( Application::AnyInput( VCL_INPUT_KEYBOARD ) ) return; - String aMatchString; String aCurText = GetText(); Selection aSelection( GetSelection() ); if( aSelection.Max() != aCurText.Len() && !bForce ) |