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

New commits:
commit b75c660caeb2df80ab7152f4345dffe91b385e80
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Fri Jun 27 14:04:40 2025 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Fri Jun 27 19:46:16 2025 +0200

    tdf#130857 qt weld: Support basicIDE "New Dialog" 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.
    
    To trigger the dialog from Writer:
    
    * "Tools" -> "Macros" -> "Organize Dialogs"
    * press the "New" button in the "Basic Macro Organizer" dialog
    
    Change-Id: I98b54da7ac19f5499cf416ad7eaecbd5f2691d6e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187107
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index e57b483b8976..cb3152723404 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -104,6 +104,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& 
rUIFile, const weld::W
         u"filter/ui/xmlfiltersettings.ui"_ustr,
         u"filter/ui/xsltfilterdialog.ui"_ustr,
         u"modules/BasicIDE/ui/gotolinedialog.ui"_ustr,
+        u"modules/BasicIDE/ui/newlibdialog.ui"_ustr,
         u"modules/scalc/ui/groupbydate.ui"_ustr,
         u"modules/scalc/ui/inputstringdialog.ui"_ustr,
         u"modules/scalc/ui/insertcells.ui"_ustr,

Reply via email to