vcl/jsdialog/enabled.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 0ad9327f3f8d94da1e932fcba23437fb4c126704 Author: Szymon Kłos <szymon.k...@collabora.com> AuthorDate: Tue Mar 14 13:12:08 2023 +0100 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Wed Mar 22 16:04:08 2023 +0000
jsdialog: enable insert special character dialog Change-Id: I535397ff7c5250989057dd8616ccc7c4eec6afad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148853 Tested-by: Szymon Kłos <szymon.k...@collabora.com> Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149232 Tested-by: Jenkins diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx index fd82be31c56a..32651ad2f4a2 100644 --- a/vcl/jsdialog/enabled.cxx +++ b/vcl/jsdialog/enabled.cxx @@ -57,6 +57,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool bMobile) || rUIFile == u"cui/ui/positionpage.ui" || rUIFile == u"cui/ui/queryduplicatedialog.ui" || rUIFile == u"cui/ui/similaritysearchdialog.ui" + || rUIFile == u"cui/ui/specialcharacters.ui" || rUIFile == u"cui/ui/spellingdialog.ui" || rUIFile == u"cui/ui/splitcellsdialog.ui" || rUIFile == u"cui/ui/textflowpage.ui"