diff options
author | Hannah Meeks <hmeeks4135@gmail.com> | 2023-01-25 11:07:28 +0000 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2023-02-01 06:27:15 +0000 |
commit | 36343165c251e30c700360cc5c4266f576d4ac00 (patch) | |
tree | 5bdc5183e4a585474469f65c28e2e6fa3543bc1d /vcl | |
parent | bed16c5e9df1eea4187b2b47a357414b3940bc91 (diff) |
cui: Make SimilaritySearch dialog async and enable use for jsdialog
Change-Id: I89c6665138c94aa355efbbc4aa0947226c68af5a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146130
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/jsdialog/enabled.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx index e0791954d5f8..c11365d6dcbc 100644 --- a/vcl/jsdialog/enabled.cxx +++ b/vcl/jsdialog/enabled.cxx @@ -39,6 +39,7 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool bMobile) || rUIFile == u"cui/ui/numberingformatpage.ui" || rUIFile == u"cui/ui/password.ui" || rUIFile == u"cui/ui/splitcellsdialog.ui" + || rUIFile == u"cui/ui/similaritysearchdialog.ui" || rUIFile == u"cui/ui/widgettestdialog.ui" // scalc || rUIFile == u"modules/scalc/ui/analysisofvariancedialog.ui" |