vcl/jsdialog/enabled.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2e75e849e85da86ea33b447350b0e2f7eaede69e
Author: Pranam Lashkari <[email protected]>
AuthorDate: Mon Mar 20 20:36:45 2023 +0530
Commit: Szymon Kłos <[email protected]>
CommitDate: Tue Mar 21 13:22:52 2023 +0000
jsdialog: enabled thesaurus dialog
Change-Id: I01059e7a4aaffd5c4a2f5ccff55f83ed3db9bf38
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149173
Tested-by: Szymon Kłos <[email protected]>
Reviewed-by: Szymon Kłos <[email protected]>
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index c93e80eb17fd..529cffe1dfb7 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -60,6 +60,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool
bMobile)
|| rUIFile == u"cui/ui/spelloptionsdialog.ui"
|| rUIFile == u"cui/ui/splitcellsdialog.ui"
|| rUIFile == u"cui/ui/textflowpage.ui"
+ || rUIFile == u"cui/ui/thesaurus.ui"
|| rUIFile == u"cui/ui/transparencytabpage.ui"
|| rUIFile == u"cui/ui/twolinespage.ui"
|| rUIFile == u"cui/ui/widgettestdialog.ui"