diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-31 10:18:23 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-04 13:08:29 +0200 |
commit | 5b77f6d04f8798eaf6bd1e2d3b3087bcdab9db4a (patch) | |
tree | 5bf0cdd987089b9dd5473acbe8955059cb0f84b3 /svtools/source/control | |
parent | 0e1d027f84a41509d6e9b086fba5372511461433 (diff) |
convert Link<> to typed
Change-Id: I1acb6462aa32a0ee61e8ede3ed3e9607b8069298
Diffstat (limited to 'svtools/source/control')
-rw-r--r-- | svtools/source/control/stdmenu.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svtools/source/control/stdmenu.cxx b/svtools/source/control/stdmenu.cxx index 760e7848f1a7..fd6306d8d027 100644 --- a/svtools/source/control/stdmenu.cxx +++ b/svtools/source/control/stdmenu.cxx @@ -41,10 +41,6 @@ void FontNameMenu::Select() void FontNameMenu::Highlight() { - OUString aTempName = maCurName; - maCurName = GetItemText( GetCurItemId() ); - maHighlightHdl.Call( this ); - maCurName = aTempName; } void FontNameMenu::Fill( const FontList* pList ) |