diff options
author | Roman Kuznetsov <antilibreoffice@gmail.com> | 2020-01-07 16:00:59 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-01-09 16:15:36 +0100 |
commit | ba4bbfadd79e0765db01bb70bfd97fa0a959ce24 (patch) | |
tree | 6869c571deed3baa330b539ad433d33b31a877d1 /framework | |
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>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/toolbarsmenucontroller.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/source/uielement/toolbarsmenucontroller.cxx b/framework/source/uielement/toolbarsmenucontroller.cxx index e34e4d4eb8c7..688af422d1ef 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; |