summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2020-05-06 22:18:46 +0200
committerandreas_kainz <kainz.a@gmail.com>2020-05-06 23:16:08 +0200
commit07c871457f095816b266adaa101e1c6c37b635d5 (patch)
tree4a1745eadf4f7a8d743298b076275848f5ec980d /sc
parent03c1b327b7a504c304c9f95727f9d43310d08ec1 (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>
Diffstat (limited to 'sc')
-rw-r--r--sc/uiconfig/scalc/ui/notebookbar.ui2
-rw-r--r--sc/uiconfig/scalc/ui/notebookbar_compact.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui
index 14c5d22d1441..33a8853f7378 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -4173,7 +4173,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 c04a71651197..4f9df5e0613d 100644
--- a/sc/uiconfig/scalc/ui/notebookbar_compact.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar_compact.ui
@@ -4144,7 +4144,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>