sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui | 6 +++--- sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit 3b0866ca2ef2cfece6b1763dcfe4462adf5f77e2 Author: Yousuf Philips <[email protected]> Date: Fri Feb 9 14:25:11 2018 +0400 tdf#114972 Make insert textbox work in Impress grouped notebookbars Change-Id: I35a7efeec01a6aeae5bc4bcb49151cba1d225d61 Reviewed-on: https://gerrit.libreoffice.org/49481 Reviewed-by: andreas_kainz <[email protected]> Tested-by: andreas_kainz <[email protected]> Reviewed-by: Yousuf Philips <[email protected]> (cherry picked from commit 10a7dddf65b4fd9716bd8815debfa1cdd4ac184c) Reviewed-on: https://gerrit.libreoffice.org/49494 Tested-by: Jenkins <[email protected]> Reviewed-by: Heiko Tietze <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
