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

New commits:
commit 11fc8254548d241a972a5f1483609497d8d93ea2
Author:     Pranam Lashkari <lpra...@collabora.com>
AuthorDate: Mon Mar 20 20:36:45 2023 +0530
Commit:     Pranam Lashkari <lpra...@collabora.com>
CommitDate: Tue Mar 21 17:03:16 2023 +0000

    jsdialog: enabled thesaurus dialog
    
    Change-Id: I01059e7a4aaffd5c4a2f5ccff55f83ed3db9bf38
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149173
    Tested-by: Szymon Kłos <szymon.k...@collabora.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>
    (cherry picked from commit 2e75e849e85da86ea33b447350b0e2f7eaede69e)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149237
    Tested-by: Jenkins
    Reviewed-by: Pranam Lashkari <lpra...@collabora.com>

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index fdb587c8b1e1..a99417b50a27 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -59,6 +59,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool 
bMobile)
         || rUIFile == u"cui/ui/similaritysearchdialog.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"

Reply via email to