vcl/qt5/QtInstanceBuilder.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4bbb8919f41b89c434510993b3961e7975d9e886
Author:     Michael Weghorn <[email protected]>
AuthorDate: Mon Sep 1 16:30:55 2025 +0200
Commit:     Michael Weghorn <[email protected]>
CommitDate: Tue Sep 2 07:31:49 2025 +0200

    tdf#130857 qt weld: Support sc "Delete Contents" dialog
    
    This means that native Qt widgets are used for that dialog
    now when using the qt5 or qt6 VCL plugin and starting LO with
    environment variable SAL_VCL_QT_USE_WELDED_WIDGETS=1 set.
    
    The dialog can be triggered via "Sheet" -> "Clear Cells"
    in Calc.
    
    Change-Id: Icd529721e15c0690b53d9eee7d680ab257ca8e12
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190493
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <[email protected]>

diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 24f201d7569f..810f13869939 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -127,6 +127,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& 
rUIFile, const weld::W
         u"modules/BasicIDE/ui/newlibdialog.ui"_ustr,
         u"modules/scalc/ui/definedatabaserangedialog.ui"_ustr,
         u"modules/scalc/ui/deletecells.ui"_ustr,
+        u"modules/scalc/ui/deletecontents.ui"_ustr,
         u"modules/scalc/ui/gotosheetdialog.ui"_ustr,
         u"modules/scalc/ui/groupbydate.ui"_ustr,
         u"modules/scalc/ui/inputstringdialog.ui"_ustr,

Reply via email to