[Libreoffice-commits] core.git: sw/source

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Fri Sep 18 08:39:10 UTC 2020


 sw/source/uibase/sidebar/TableEditPanel.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4b94023c5caf2b5cbffca2ff2f3abf7597d0cbb0
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Thu Sep 17 15:18:22 2020 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Fri Sep 18 10:38:28 2020 +0200

    tdf#130785 Hide Insert Formula in online sidebar
    
    Change-Id: Ifaf3fe2b7abc463ab35a6924d0d8535631cf490b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102949
    Tested-by: Jenkins
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/sw/source/uibase/sidebar/TableEditPanel.cxx b/sw/source/uibase/sidebar/TableEditPanel.cxx
index 896f09412219..2a91ec6b3bfb 100644
--- a/sw/source/uibase/sidebar/TableEditPanel.cxx
+++ b/sw/source/uibase/sidebar/TableEditPanel.cxx
@@ -137,7 +137,7 @@ TableEditPanel::TableEditPanel(vcl::Window* pParent,
     InitColumnWidthToolitem();
 
     if (comphelper::LibreOfficeKit::isActive())
-        m_xMisc->set_item_visible(".uno:InsertFormula", true);
+        m_xMisc->set_item_visible(".uno:InsertFormula", false);
 }
 
 TableEditPanel::~TableEditPanel() { disposeOnce(); }


More information about the Libreoffice-commits mailing list