vcl/jsdialog/enabled.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7e476a24d1f9d58617e3e94630c931dfa0ab3c84
Author:     Pranam Lashkari <lpra...@collabora.com>
AuthorDate: Mon Mar 20 20:32:32 2023 +0530
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Wed Mar 22 07:42:47 2023 +0000

    jsdialog: enabled spelling dialog
    
    Change-Id: I36c35e82aa17d8e6cb76dbb24f33344870c49629
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149172
    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/+/149275
    Tested-by: Jenkins

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index 47b975fab586..fd82be31c56a 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/spellingdialog.ui"
         || rUIFile == u"cui/ui/splitcellsdialog.ui"
         || rUIFile == u"cui/ui/textflowpage.ui"
         || rUIFile == u"cui/ui/thesaurus.ui"

Reply via email to