vcl/jsdialog/enabled.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 8244c85bd08bff4e0d9d564293a815bad950fb6a
Author: Skyler Grey <[email protected]>
AuthorDate: Wed Jun 18 12:20:29 2025 +0000
Commit: Szymon Kłos <[email protected]>
CommitDate: Tue Nov 18 06:48:29 2025 +0100
feat: enable renameobjectdialog.ui for jsdialog
To fully enable jsdialogs for insertbookmark.ui, it's nice to enable
jsdialogs for all dialogs it uses too.
There's nothing particularly complex here which needs extra focus
ontop of Just Turning The Setting On
Signed-off-by: Skyler Grey <[email protected]>
Change-Id: I635354496f719f43d8ebf690f766a435864763fe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187192
Reviewed-by: Szymon Kłos <[email protected]>
Tested-by: Jenkins CollaboraOffice <[email protected]>
(cherry picked from commit 1e561bdd193c82ed0e1e42c481bcd6fcf6e3f05a)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193849
Tested-by: Jenkins
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index 29fca817be18..0c2cc3df49a6 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -245,6 +245,7 @@ constexpr auto SwriterDialogList
{ u"modules/swriter/ui/paradialog.ui" },
{ u"modules/swriter/ui/picturedialog.ui" },
{ u"modules/swriter/ui/picturepage.ui" },
+ { u"modules/swriter/ui/renameobjectdialog.ui" },
{ u"modules/swriter/ui/sectionpage.ui" },
{ u"modules/swriter/ui/sortdialog.ui" },
{ u"modules/swriter/ui/splittable.ui" },