sfx2/source/dialog/templdlg.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit a7b1265804df6200c0ec2e76862dd0ba761e7396
Author:     Mohit Marathe <mohit.mara...@collabora.com>
AuthorDate: Thu Jul 31 20:42:30 2025 +0530
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Fri Aug 1 07:49:39 2025 +0200

    jsdialog: show "Show previews" checkbox for Styles List
    
    Signed-off-by: Mohit Marathe <mohit.mara...@collabora.com>
    Change-Id: Ifaaa4e2c04525fcd546f331c9ee6edb5a0482c42
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188689
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>

diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index 20515f2d1f0d..934167102946 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -256,8 +256,6 @@ 
SfxCommonTemplateDialog_Impl::SfxCommonTemplateDialog_Impl(SfxBindings* pB, weld
 {
     mxFilterLb->set_help_id(HID_TEMPLATE_FILTER);
     
mxPreviewCheckbox->set_active(officecfg::Office::Common::StylesAndFormatting::Preview::get());
-    if (comphelper::LibreOfficeKit::isActive())
-        mxPreviewCheckbox->hide();
 }
 
 void SfxTemplateDialog_Impl::EnableEdit(bool bEnable, StyleList* rStyleList)

Reply via email to