| commit | ba4bbfadd79e0765db01bb70bfd97fa0a959ce24 | [log] |
|---|---|---|
| author | Roman Kuznetsov <antilibreoffice@gmail.com> | Tue Jan 07 16:00:59 2020 +0100 |
| committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | Thu Jan 09 16:15:36 2020 +0100 |
| tree | 6869c571deed3baa330b539ad433d33b31a877d1 | |
| parent | 0333a52975ca60d6ea953a465d1f70fb5b9b8d96 [diff] |
tdf#129600 Delete "Formula bar" item from View-Toolbars Change-Id: Iec6c6c998a12aafdbf63bc1e5083cf577aefb437 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86354 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
diff --git a/framework/source/uielement/toolbarsmenucontroller.cxx b/framework/source/uielement/toolbarsmenucontroller.cxx index e34e4d4..688af42 100644 --- a/framework/source/uielement/toolbarsmenucontroller.cxx +++ b/framework/source/uielement/toolbarsmenucontroller.cxx
@@ -416,9 +416,7 @@ void ToolbarsMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu > co } // Create commands for non-toolbars if ( m_aModuleIdentifier == "com.sun.star.sheet.SpreadsheetDocument" ) addCommand( m_xPopupMenu, ".uno:InputLineVisible", "" ); bool bAddCommand( true ); SvtCommandOptions aCmdOptions;