summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/dinfdlg.cxx
diff options
context:
space:
mode:
authorMéven Car <meven.car@collabora.com>2024-02-08 17:43:25 +0100
committerCaolán McNamara <caolan.mcnamara@collabora.com>2024-02-21 11:01:05 +0100
commitf1a780cb6b7b860856de7ce2d8735432523c9e73 (patch)
treed98f2cb9cfae3fa026f1b40f0809c38cf221a854 /sfx2/source/dialog/dinfdlg.cxx
parentaf47a78e11d4819bb4b1ae1a1277babd10d815b7 (diff)
Allow Document properties tab custom properties for LOK
Change-Id: I4860f9bad69b3db0eef7b0e98159ca2b336b4f60 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163611 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> (cherry picked from commit f8f89de7a49db563b870dbaada6f010f2f75254f) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163619 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'sfx2/source/dialog/dinfdlg.cxx')
-rw-r--r--sfx2/source/dialog/dinfdlg.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx
index a5d45f322603..f103654f04a9 100644
--- a/sfx2/source/dialog/dinfdlg.cxx
+++ b/sfx2/source/dialog/dinfdlg.cxx
@@ -1324,10 +1324,7 @@ SfxDocumentInfoDialog::SfxDocumentInfoDialog(weld::Window* pParent, const SfxIte
AddTabPage("general", SfxDocumentPage::Create, nullptr);
AddTabPage("description", SfxDocumentDescPage::Create, nullptr);
- if (!comphelper::LibreOfficeKit::isActive())
- AddTabPage("customprops", SfxCustomPropertiesPage::Create, nullptr);
- else
- RemoveTabPage("customprops");
+ AddTabPage("customprops", SfxCustomPropertiesPage::Create, nullptr);
if (rInfoItem.isCmisDocument())
AddTabPage("cmisprops", SfxCmisPropertiesPage::Create, nullptr);