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;