[Libreoffice-commits] core.git: framework/source
Roman Kuznetsov (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jan 9 15:16:09 UTC 2020
framework/source/uielement/toolbarsmenucontroller.cxx | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit ba4bbfadd79e0765db01bb70bfd97fa0a959ce24
Author: Roman Kuznetsov <antilibreoffice at gmail.com>
AuthorDate: Tue Jan 7 16:00:59 2020 +0100
Commit: Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Thu Jan 9 16:15:36 2020 +0100
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 at documentfoundation.org>
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;
More information about the Libreoffice-commits
mailing list