summaryrefslogtreecommitdiff
path: root/vcl/jsdialog
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2023-03-20 20:32:32 +0530
committerSzymon Kłos <szymon.klos@collabora.com>2023-03-22 07:42:47 +0000
commit7e476a24d1f9d58617e3e94630c931dfa0ab3c84 (patch)
tree909c8603e780b97ed69e2087244da925d8ae0a75 /vcl/jsdialog
parent2dae66968750af7ec1337b8a0431c478f043f6e8 (diff)
jsdialog: enabled spelling dialog
Change-Id: I36c35e82aa17d8e6cb76dbb24f33344870c49629 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149172 Tested-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149275 Tested-by: Jenkins
Diffstat (limited to 'vcl/jsdialog')
-rw-r--r--vcl/jsdialog/enabled.cxx1
1 files changed, 1 insertions, 0 deletions
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"