diff options
Diffstat (limited to 'vcl/source/window')
-rw-r--r-- | vcl/source/window/menu.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx index bf220a43f4c4..7fbc21a6f48c 100644 --- a/vcl/source/window/menu.cxx +++ b/vcl/source/window/menu.cxx @@ -1953,10 +1953,6 @@ void Menu::SetItemCommand( sal_uInt16 nItemId, const String& rCommand ) if ( pData ) pData->aCommandStr = rCommand; - - // update native menu - if( ImplGetSalMenu() && pData->pSalMenuItem ) - ImplGetSalMenu()->SetItemCommand( nPos, pData->pSalMenuItem, rCommand ); } const XubString& Menu::GetItemCommand( sal_uInt16 nItemId ) const @@ -3233,15 +3229,6 @@ void Menu::HighlightItem( sal_uInt16 nItemPos ) } } -void Menu::Freeze(void) -{ - SalMenu *pSalMenu = ImplGetSalMenu(); - - if ( pSalMenu ) { - pSalMenu->Freeze(); - } -} - // ----------- // - MenuBar - |