From 8f0f4faad2db50fdc50d3f66ed5d32c9a0138dad Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 31 Aug 2015 10:36:28 +0200 Subject: convert Link<> to typed Change-Id: Ibf658f42227ee3f4277f0089b6f8a8ac771dab1a --- svtools/source/control/stdmenu.cxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'svtools') diff --git a/svtools/source/control/stdmenu.cxx b/svtools/source/control/stdmenu.cxx index fd6306d8d027..cf006a8e0885 100644 --- a/svtools/source/control/stdmenu.cxx +++ b/svtools/source/control/stdmenu.cxx @@ -123,17 +123,6 @@ void FontSizeMenu::Select() void FontSizeMenu::Highlight() { - const long nTempHeight = mnCurHeight; - const sal_uInt16 nCurItemId = GetCurItemId(); - if ( !nCurItemId ) - mnCurHeight = 0; - else - { - //sal_Int32 nValue = GetItemText( nCurItemId ).ToInt32(); - mnCurHeight = mpHeightAry[ nCurItemId - 1 ]; - } - maHighlightHdl.Call( this ); - mnCurHeight = nTempHeight; } void FontSizeMenu::Fill( const vcl::FontInfo& rInfo, const FontList* pList ) -- cgit