diff options
author | Andras Timar <andras.timar@collabora.com> | 2024-07-03 18:47:35 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-08-24 06:56:17 +0200 |
commit | 62826a4c54c67d4925aa5a79e5ecaf3b07ffefdd (patch) | |
tree | 69bdb37b2ac8337be9cabe39ee3b8dde31e3faeb | |
parent | 3968d46e20dc56c7470436c2332c79ee5aa694dc (diff) |
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 <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172333
Tested-by: Jenkins
-rw-r--r-- | vcl/jsdialog/enabled.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx index cc5eae96e86d..4b8b2f5b420a 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" |