summaryrefslogtreecommitdiff
path: root/svtools/source/control/stdmenu.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-31 10:36:28 +0200
committerNoel Grandin <noel@peralex.com>2015-09-04 13:08:29 +0200
commit8f0f4faad2db50fdc50d3f66ed5d32c9a0138dad (patch)
tree50d5efbe18af28444e1ac0757924120a4627b4b3 /svtools/source/control/stdmenu.cxx
parent5b77f6d04f8798eaf6bd1e2d3b3087bcdab9db4a (diff)
convert Link<> to typed
Change-Id: Ibf658f42227ee3f4277f0089b6f8a8ac771dab1a
Diffstat (limited to 'svtools/source/control/stdmenu.cxx')
-rw-r--r--svtools/source/control/stdmenu.cxx11
1 files changed, 0 insertions, 11 deletions
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 )