vcl/jsdialog/enabled.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 0252af90da1f5816129899b83f137792992ba2f1
Author: Szymon Kłos <[email protected]>
AuthorDate: Mon Apr 28 12:45:05 2025 +0000
Commit: Szymon Kłos <[email protected]>
CommitDate: Thu May 15 12:00:52 2025 +0200
jsdialog: ignore unused .ui files
Change-Id: I60afbf97673572911be6515e7effc24f5dcbedf5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184718
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Caolán McNamara <[email protected]>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185346
Tested-by: Szymon Kłos <[email protected]>
Reviewed-by: Szymon Kłos <[email protected]>
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index e86df11b9956..9e0a0b5819b2 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -22,9 +22,11 @@ constexpr auto IgnoredList
= frozen::make_unordered_set<std::u16string_view>({
{ u"modules/swriter/ui/annotation.ui" },
{ u"sfx/ui/deck.ui" },
+ { u"sfx/ui/infobar.ui" },
{ u"sfx/ui/tabbar.ui" },
{ u"sfx/ui/tabbarcontents.ui" },
{ u"svt/ui/scrollbars.ui" },
+ { u"svx/ui/measurewidthbar.ui" },
{ u"svx/ui/selectionmenu.ui" },
{ u"svx/ui/stylemenu.ui" },
{ u"svt/ui/tabbuttons.ui" },