vcl/jsdialog/enabled.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit c23e2600684190db0f437959e70fc66e2e08fbc2 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 15 09:56:07 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> diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx index a779d45f13d2..459877a6afd6 100644 --- a/vcl/jsdialog/enabled.cxx +++ b/vcl/jsdialog/enabled.cxx @@ -51,6 +51,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/splitcellsdialog.ui" || rUIFile == u"cui/ui/textflowpage.ui" || rUIFile == u"cui/ui/transparencytabpage.ui"