diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2018-02-09 14:25:11 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2018-02-16 15:22:35 +0100 |
commit | 3b0866ca2ef2cfece6b1763dcfe4462adf5f77e2 (patch) | |
tree | c7bddb96a0c450678e2f8640dfe9a264362efcc7 | |
parent | d5dc4af8e53180aa1cd39ec54262e91ad2d0510b (diff) |
tdf#114972 Make insert textbox work in Impress grouped notebookbars
Change-Id: I35a7efeec01a6aeae5bc4bcb49151cba1d225d61
Reviewed-on: https://gerrit.libreoffice.org/49481
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Tested-by: andreas_kainz <kainz.a@gmail.com>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
(cherry picked from commit 10a7dddf65b4fd9716bd8815debfa1cdd4ac184c)
Reviewed-on: https://gerrit.libreoffice.org/49494
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui | 6 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui index 2fdf2d2798cd..d8dcca06fa2c 100644 --- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui +++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui @@ -3133,7 +3133,7 @@ <object class="GtkToolButton" id="DrawText3"> <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> @@ -4462,7 +4462,7 @@ <object class="GtkToolButton" id="DrawText4"> <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> @@ -6092,7 +6092,7 @@ <object class="GtkToolButton" id="DrawText2"> <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_groupedbar_full.ui b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui index a439ff3e118b..fd57056975d1 100644 --- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui +++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui @@ -3932,7 +3932,7 @@ <object class="GtkToolButton" id="DrawText4"> <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">True</property> |