[Libreoffice-commits] core.git: sd/uiconfig
andreas kainz (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jul 8 23:02:37 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 ec1a3d9dcefd619a1dba3de3903efaf32fff4cdc
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 01:01:37 2019 +0200
NB tabbed_compact sd apps fix wrong DrawText command
Change-Id: Icdad248e46172ba161de86bfb3f4edae4ef43139
Reviewed-on: https://gerrit.libreoffice.org/75251
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