summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-06-15 22:06:48 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-06-21 05:30:48 +0200
commitc82178535780df2b54c80b084e9d9e6eb453fac2 (patch)
treec3ba4e4ef3792acedc2d283f66c554134026ea3e
parenttdf#142852 forward surrounding-text requests to an active drawing editengine (diff)
downloadcore-c82178535780df2b54c80b084e9d9e6eb453fac2.tar.gz
core-c82178535780df2b54c80b084e9d9e6eb453fac2.zip
tdf#142873: Fix print preview zoom-out zoom-in buttons
.uno:ZoomOut has been renamed .uno:ZoomMinus .uno:ZoomIn has been renamed .uno:ZoomPlus Change-Id: I06e7e66550399e53032a0df39a98846982acba48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117279 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com> (cherry picked from commit c21398066b6bf630070ed291456f2663e06d94b9) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117427 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--sc/uiconfig/scalc/ui/notebookbar.ui4
-rw-r--r--sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui4
2 files changed, 4 insertions, 4 deletions
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui
index ba90157318e1..cfba28457b65 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -14795,7 +14795,7 @@
<object class="GtkToolButton" id="Print-ZoomOut">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="action_name">.uno:ZoomOut</property>
+ <property name="action_name">.uno:ZoomMinus</property>
</object>
<packing>
<property name="expand">False</property>
@@ -14820,7 +14820,7 @@
<object class="GtkToolButton" id="Print-ZoomIn">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="action_name">.uno:ZoomIn</property>
+ <property name="action_name">.uno:ZoomPlus</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui
index fa97921c36ab..8161fffdc2ee 100644
--- a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui
@@ -11064,7 +11064,7 @@
<object class="GtkToolButton" id="Print-ZoomOut">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="action_name">.uno:ZoomOut</property>
+ <property name="action_name">.uno:ZoomMinus</property>
</object>
<packing>
<property name="expand">False</property>
@@ -11091,7 +11091,7 @@
<object class="GtkToolButton" id="Print-ZoomIn">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="action_name">.uno:ZoomIn</property>
+ <property name="action_name">.uno:ZoomPlus</property>
</object>
<packing>
<property name="expand">False</property>