diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2022-11-01 21:43:08 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2022-11-02 15:19:00 +0100 |
commit | d4b5689c18f9bc10e6b552ba7f20b0af2b36d170 (patch) | |
tree | 2fcb67fc9dcf4abe0e2afe5ad2f0048867f0fadb /vcl/jsdialog | |
parent | 8304f44ce161f14094f724098004a1b4289685c4 (diff) |
sc: make InsertCell and DeleteCell async.
Also enable them for use with jsdialogs.
Change-Id: I378f228e86959edb98ad691089af919330dcdcec
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142144
Tested-by: Jenkins
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'vcl/jsdialog')
-rw-r--r-- | vcl/jsdialog/enabled.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx index f260691a64d7..b1d222d4b7f3 100644 --- a/vcl/jsdialog/enabled.cxx +++ b/vcl/jsdialog/enabled.cxx @@ -50,6 +50,8 @@ bool isBuilderEnabled(std::u16string_view rUIFile, bool bMobile) || rUIFile == u"modules/scalc/ui/datafielddialog.ui" || rUIFile == u"modules/scalc/ui/pivotfielddialog.ui" || rUIFile == u"modules/scalc/ui/datafieldoptionsdialog.ui" + || rUIFile == u"modules/scalc/ui/insertcells.ui" + || rUIFile == u"modules/scalc/ui/deletecells.ui" || rUIFile == u"svx/ui/fontworkgallerydialog.ui" || rUIFile == u"svx/ui/findreplacedialog.ui" || rUIFile == u"svx/ui/findreplacedialog.ui" || rUIFile == u"cui/ui/macroselectordialog.ui" || rUIFile == u"uui/ui/macrowarnmedium.ui" |