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-12 17:07:37 +0200 |
commit | 2cfe74f35fbe7119cbff309d569da45899f962df (patch) | |
tree | 09773db1ca93d63f1430a25339b7e1b7d27a74ef /sd | |
parent | 8f900385503f3b0b8d045fd6c2256d2e2c78f0d4 (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>
(cherry picked from commit 3ffd06f141f86a695deb8672a34b95f31f4d1b16)
Reviewed-on: https://gerrit.libreoffice.org/57289
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar.ui | 4 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui | 4 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui index cee0e4868eb0..a1e2f1a0f781 100644 --- a/sd/uiconfig/simpress/ui/notebookbar.ui +++ b/sd/uiconfig/simpress/ui/notebookbar.ui @@ -3757,7 +3757,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> @@ -5691,7 +5691,7 @@ <object class="GtkToolButton" id="Insert-InsertSymbol"> <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/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui index 266946ef4ab6..786da0641c0e 100644 --- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui +++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui @@ -4315,7 +4315,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> @@ -5341,7 +5341,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> diff --git a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui index c4b2216db9d5..bbda636be14f 100644 --- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui +++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui @@ -5140,7 +5140,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> @@ -5728,7 +5728,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> @@ -6422,7 +6422,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> @@ -11804,7 +11804,7 @@ <object class="GtkToolButton" id="InsertSymbole3"> <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> |