From 76b3e61bb4ac66decd7800ef309f3241e77d538f Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 25 Feb 2013 05:41:44 +0100 Subject: loplugin: unused variables Change-Id: I07b82471f0f32e9e894d4eb392beedeafc6be0c7 --- unotools/source/config/dynamicmenuoptions.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'unotools') diff --git a/unotools/source/config/dynamicmenuoptions.cxx b/unotools/source/config/dynamicmenuoptions.cxx index a628a0a66bb7..9696ef8934e1 100644 --- a/unotools/source/config/dynamicmenuoptions.cxx +++ b/unotools/source/config/dynamicmenuoptions.cxx @@ -390,13 +390,6 @@ SvtDynamicMenuOptions_Impl::SvtDynamicMenuOptions_Impl() sal_uInt32 nItem = 0 ; sal_uInt32 nPosition = 0 ; - OUString sName ; - - // We must use these one instance object(!) to get information about installed modules. - // These information are used to filter menu entries wich need not installed modules ... - // Such entries shouldnt be available then! - // see impl_IsEntrySupported() too - SvtModuleOptions aModuleOptions; // Get names/values for new menu. // 4 subkeys for every item! -- cgit