vcl/qt5/QtInstanceBuilder.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 4760b3d37638e380902d5154420579e0a2518c5d
Author: Michael Weghorn <[email protected]>
AuthorDate: Sat Jan 3 20:19:25 2026 +0100
Commit: Michael Weghorn <[email protected]>
CommitDate: Sun Jan 4 15:05:26 2026 +0100
tdf#130857 qt weld: Support "Insert OLE Object" 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 like this:
* start Writer
* "Insert" -> "OLE Object" -> "OLE Object..."
Change-Id: I646bbe0e62e0da500630bae19e469bc24ecd53c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196461
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <[email protected]>
diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 71522e3e6cb8..5c5a156c23b6 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -77,6 +77,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString&
rUIFile, const weld::W
u"cui/ui/graphictestdlg.ui"_ustr,
u"cui/ui/hyperlinkmarkdialog.ui"_ustr,
u"cui/ui/imageviewer.ui"_ustr,
+ u"cui/ui/insertoleobject.ui"_ustr,
u"cui/ui/insertrowcolumn.ui"_ustr,
u"cui/ui/javaclasspathdialog.ui"_ustr,
u"cui/ui/javastartparametersdialog.ui"_ustr,