diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-07-11 18:18:29 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-07-11 20:06:29 +0200 |
commit | 3ffd06f141f86a695deb8672a34b95f31f4d1b16 (patch) | |
tree | 2e605d82605fe8afb535acc4efdedec3a516998d /sw/uiconfig/swriter | |
parent | 0613ce41da0b94bc481b94b8141afcf15df8abe7 (diff) |
NB Implementation: fix Underline command and add CharmapControl
The new CharmapControl action will be used instead of InsertSymbol
Change-Id: I9a2e519fb7b8b773763b4c58f8aaa40e6af810b6
Reviewed-on: https://gerrit.libreoffice.org/57283
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sw/uiconfig/swriter')
4 files changed, 10 insertions, 10 deletions
diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui b/sw/uiconfig/swriter/ui/notebookbar.ui index a2a609ef8bf5..e9dcbdc1cd6d 100644 --- a/sw/uiconfig/swriter/ui/notebookbar.ui +++ b/sw/uiconfig/swriter/ui/notebookbar.ui @@ -3255,7 +3255,7 @@ <object class="GtkToolButton" id="Home-UnderlineSimple"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:UnderlineSimple</property> + <property name="action_name">.uno:Underline</property> </object> <packing> <property name="expand">False</property> @@ -4177,7 +4177,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="valign">center</property> - <property name="action_name">.uno:InsertSymbol</property> + <property name="action_name">.uno:CharmapControl</property> </object> <packing> <property name="expand">False</property> @@ -5324,7 +5324,7 @@ <object class="GtkToolButton" id="InsertGraphic"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:InsertSymbol</property> + <property name="action_name">.uno:CharmapControl</property> </object> <packing> <property name="expand">False</property> diff --git a/sw/uiconfig/swriter/ui/notebookbar_compact.ui b/sw/uiconfig/swriter/ui/notebookbar_compact.ui index 3c2bb16b9efb..c8cfdbed2e98 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_compact.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_compact.ui @@ -3263,7 +3263,7 @@ <object class="GtkToolButton" id="Home-Underline"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:UnderlineSimple</property> + <property name="action_name">.uno:Underline</property> </object> <packing> <property name="expand">False</property> diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui index edecf7e0e297..4835169624e6 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui @@ -4024,7 +4024,7 @@ <object class="GtkToolButton" id="Underline"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:UnderlineSimple</property> + <property name="action_name">.uno:Underline</property> </object> <packing> <property name="expand">False</property> @@ -4366,7 +4366,7 @@ <object class="GtkToolButton" id="InsertSymbo"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:InsertSymbol</property> + <property name="action_name">.uno:CharmapControl</property> </object> <packing> <property name="expand">False</property> @@ -8737,7 +8737,7 @@ <object class="GtkToolButton" id="Underline2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:UnderlineSimple</property> + <property name="action_name">.uno:Underline</property> </object> <packing> <property name="expand">False</property> @@ -9445,7 +9445,7 @@ <object class="GtkToolButton" id="Underline1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:UnderlineSimple</property> + <property name="action_name">.uno:Underline</property> </object> <packing> <property name="expand">False</property> diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui index ae83daf8e5d2..28180fc77101 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui @@ -4801,7 +4801,7 @@ <object class="GtkToolButton" id="InsertSymbole"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:InsertSymbol</property> + <property name="action_name">.uno:CharmapControl</property> </object> <packing> <property name="expand">False</property> @@ -12174,7 +12174,7 @@ <object class="GtkToolButton" id="InsertSymbole1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:InsertSymbol</property> + <property name="action_name">.uno:CharmapControl</property> </object> <packing> <property name="expand">True</property> |