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

New commits:
commit 4b94023c5caf2b5cbffca2ff2f3abf7597d0cbb0
Author:     Szymon Kłos <[email protected]>
AuthorDate: Thu Sep 17 15:18:22 2020 +0200
Commit:     Szymon Kłos <[email protected]>
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 <[email protected]>

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(); }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to