Kaydet (Commit) b3962c92 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variable 'aText' [loplugin]

Change-Id: I846030c5c7ad4e30e5286d1ee30130a397ad4daa
üst 692fa329
...@@ -301,8 +301,6 @@ SfxAppMenuControl_Impl::SfxAppMenuControl_Impl( ...@@ -301,8 +301,6 @@ SfxAppMenuControl_Impl::SfxAppMenuControl_Impl(
sal_uInt16 nPos, Menu& rMenu, SfxBindings& rBindings ) sal_uInt16 nPos, Menu& rMenu, SfxBindings& rBindings )
: SfxMenuControl( nPos, rBindings ), pMenu(0) : SfxMenuControl( nPos, rBindings ), pMenu(0)
{ {
String aText = rMenu.GetItemText( nPos );
// Determine the current background color setting for menus // Determine the current background color setting for menus
const StyleSettings& rSettings = Application::GetSettings().GetStyleSettings(); const StyleSettings& rSettings = Application::GetSettings().GetStyleSettings();
m_nSymbolsStyle = rSettings.GetSymbolsStyle(); m_nSymbolsStyle = rSettings.GetSymbolsStyle();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment