sw/source/ui/fldui/fldtdlg.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit ead2aa7a7088aa2b41a90746351fdf74822dbbe0
Author:     Henry Castro <hcas...@collabora.com>
AuthorDate: Fri Nov 12 11:30:13 2021 -0400
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Sat Nov 13 20:23:34 2021 +0100

    lok: sw: remove database tab
    
    It is not functional the database feature yet.
    
    Change-Id: Iea073512424a738dc2d789923740b837d6f3d691
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125113
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/sw/source/ui/fldui/fldtdlg.cxx b/sw/source/ui/fldui/fldtdlg.cxx
index 8c1bb998fb85..5a0a8022262a 100644
--- a/sw/source/ui/fldui/fldtdlg.cxx
+++ b/sw/source/ui/fldui/fldtdlg.cxx
@@ -40,6 +40,7 @@
 #include <view.hxx>
 #include <fldtdlg.hxx>
 #include <swmodule.hxx>
+#include <comphelper/lok.hxx>
 
 #include <globals.hrc>
 
@@ -93,6 +94,9 @@ SwFieldDlg::SwFieldDlg(SfxBindings* pB, SwChildWinWrapper* 
pCW, weld::Window *pP
         RemoveTabPage("functions");
         RemoveTabPage("database");
     }
+
+    if (comphelper::LibreOfficeKit::isActive())
+        RemoveTabPage("database");
 }
 
 SwFieldDlg::~SwFieldDlg()

Reply via email to