diff options
author | andreas kainz <kainz.a@gmail.com> | 2020-05-06 22:18:46 +0200 |
---|---|---|
committer | Xisco Faulí <xiscofauli@libreoffice.org> | 2020-05-07 10:23:05 +0200 |
commit | 481b58b5f87abaee3fa556093c30b9fa5bc07c9e (patch) | |
tree | ba8c92a146a65fb463caeb411cc6bbe8ca223ef1 /sc | |
parent | 3d0298bf54363b7887e62b86908b6768f4da4d71 (diff) |
tdf#127889 NB use .uno:ToggleMergeCells instead MergeCells
Change-Id: I495619c0b4f7dfd65b8105c657ea2156ca10550c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93593
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
(cherry picked from commit 07c871457f095816b266adaa101e1c6c37b635d5)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93535
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar.ui | 2 | ||||
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar_compact.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui index 05b05ced70a8..c6c08c077de4 100644 --- a/sc/uiconfig/scalc/ui/notebookbar.ui +++ b/sc/uiconfig/scalc/ui/notebookbar.ui @@ -4183,7 +4183,7 @@ <object class="GtkToolButton" id="Home-MergeCells"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:MergeCells</property> + <property name="action_name">.uno:ToggleMergeCells</property> </object> <packing> <property name="expand">False</property> diff --git a/sc/uiconfig/scalc/ui/notebookbar_compact.ui b/sc/uiconfig/scalc/ui/notebookbar_compact.ui index eb388327a93b..c0f79c40e384 100644 --- a/sc/uiconfig/scalc/ui/notebookbar_compact.ui +++ b/sc/uiconfig/scalc/ui/notebookbar_compact.ui @@ -4154,7 +4154,7 @@ <object class="GtkToolButton" id="Home-MergeCells"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:MergeCells</property> + <property name="action_name">.uno:ToggleMergeCells</property> </object> <packing> <property name="expand">False</property> |