summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-03 06:01:17 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-03 11:48:02 +0100
commit919e27746650f223699a97f8f3d4922101d6d739 (patch)
tree33909252ee42540d05ce94998354fd221c247a57 /svtools
parent9657161c2a55cc9456e37f7220c5fdecae1829bb (diff)
loplugin: unused variables and commented code
Change-Id: I01f1f1d112767b576d7cfc6e25fe95385de2c0cf
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/stdmenu.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/control/stdmenu.cxx b/svtools/source/control/stdmenu.cxx
index c8bf2749a142..f5f0cf7ff1f1 100644
--- a/svtools/source/control/stdmenu.cxx
+++ b/svtools/source/control/stdmenu.cxx
@@ -232,7 +232,6 @@ void FontSizeMenu::SetCurHeight( long nHeight )
mnCurHeight = nHeight;
// check menu item
- OUString aHeight = Application::GetSettings().GetUILocaleI18nHelper().GetNum( nHeight, 1, sal_True, sal_False );
sal_uInt16 nChecked = 0;
sal_uInt16 nItemCount = GetItemCount();
for( sal_uInt16 i = 0; i < nItemCount; i++ )