vcl/jsdialog/enabled.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit e01bbc76573112dbfa3cb9401366d4b070f3f796 Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Wed Jul 3 18:47:35 2024 +0200 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Wed Jul 10 15:28:19 2024 +0200
jsdialog: enable name dialog to test: 1. Help - Accessibility Check 2. If document title is not set, press [Fix] Change-Id: I9694679874c58515856edf8e3d31600258b8319c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169943 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Andras Timar <andras.ti...@collabora.com> diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx index 39a06e325d7d..679eb56f1927 100644 --- a/vcl/jsdialog/enabled.cxx +++ b/vcl/jsdialog/enabled.cxx @@ -55,6 +55,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool bMobile) || rUIFile == u"cui/ui/linestyletabpage.ui" || rUIFile == u"cui/ui/linetabpage.ui" || rUIFile == u"cui/ui/macroselectordialog.ui" + || rUIFile == u"cui/ui/namedialog.ui" || rUIFile == u"cui/ui/numberingformatpage.ui" || rUIFile == u"cui/ui/numberingoptionspage.ui" || rUIFile == u"cui/ui/numberingpositionpage.ui"