diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2018-02-09 14:25:11 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2018-02-09 14:48:52 +0100 |
commit | 10a7dddf65b4fd9716bd8815debfa1cdd4ac184c (patch) | |
tree | e198b3bedf370c53d548e22f88839151a4bdfb9e | |
parent | 7749e10198dc1ca49f39955a706209da65a818c4 (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>
-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 1af82ac25c3d..5e1b3f0d7e1b 100644 --- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui +++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui @@ -3137,7 +3137,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> @@ -4473,7 +4473,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> @@ -6112,7 +6112,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 402b9bb67929..43102d2b1e9a 100644 --- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui +++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui @@ -3936,7 +3936,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> |