[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - sd/uiconfig
andreas kainz (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 9 19:43:09 UTC 2019
sd/uiconfig/sdraw/ui/notebookbar_compact.ui | 2 +-
sd/uiconfig/simpress/ui/notebookbar_compact.ui | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2be31163b54862076fed47a032761139318da02c
Author: andreas kainz <kainz.a at gmail.com>
AuthorDate: Mon Jul 8 23:37:10 2019 +0200
Commit: andreas_kainz <kainz.a at gmail.com>
CommitDate: Tue Jul 9 21:41:49 2019 +0200
NB tabbed_compact sd apps fix wrong DrawText command
Change-Id: Icdad248e46172ba161de86bfb3f4edae4ef43139
Reviewed-on: https://gerrit.libreoffice.org/75253
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a at gmail.com>
diff --git a/sd/uiconfig/sdraw/ui/notebookbar_compact.ui b/sd/uiconfig/sdraw/ui/notebookbar_compact.ui
index aa63fb1d9d15..725b9e60b5cd 100644
--- a/sd/uiconfig/sdraw/ui/notebookbar_compact.ui
+++ b/sd/uiconfig/sdraw/ui/notebookbar_compact.ui
@@ -5065,7 +5065,7 @@
<object class="GtkToolButton" id="Insert-DrawText1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="action_name">.uno:DrawText</property>
+ <property name="action_name">.uno:Text</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/sd/uiconfig/simpress/ui/notebookbar_compact.ui b/sd/uiconfig/simpress/ui/notebookbar_compact.ui
index 34416a75e6cb..591a2c68674e 100644
--- a/sd/uiconfig/simpress/ui/notebookbar_compact.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar_compact.ui
@@ -5338,7 +5338,7 @@
<object class="GtkToolButton" id="Insert-DrawText1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="action_name">.uno:DrawText</property>
+ <property name="action_name">.uno:Text</property>
</object>
<packing>
<property name="expand">False</property>
More information about the Libreoffice-commits
mailing list