diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-04-05 06:28:02 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-04-05 15:53:27 +0200 |
commit | d33b3efa90bed4f317c872b1c2b83696cdedaa26 (patch) | |
tree | b5fc7196807615df54074f33f45ce39bc6e53d3e /sd | |
parent | cf59f4ac994c4b755908091a3cdb3d5b7e171e49 (diff) |
tdf#124287 wrong tooltip at Field command in NB
Change-Id: I49e3a53db5137b62063f2664c945e256ced33856
Reviewed-on: https://gerrit.libreoffice.org/70300
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/sdraw/ui/notebookbar.ui | 2 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/uiconfig/sdraw/ui/notebookbar.ui b/sd/uiconfig/sdraw/ui/notebookbar.ui index f3d9aff2aaf1..2667dda148da 100644 --- a/sd/uiconfig/sdraw/ui/notebookbar.ui +++ b/sd/uiconfig/sdraw/ui/notebookbar.ui @@ -4830,7 +4830,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="action_name">.uno:DesignerDialog</property> + <property name="action_name">.uno:FieldMenu</property> <property name="image">paragraphstylei</property> <property name="relief">none</property> <property name="use_underline">True</property> diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui index c884744424a2..b871596a1513 100644 --- a/sd/uiconfig/simpress/ui/notebookbar.ui +++ b/sd/uiconfig/simpress/ui/notebookbar.ui @@ -5103,7 +5103,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="action_name">.uno:DesignerDialog</property> + <property name="action_name">.uno:FieldMenu</property> <property name="image">paragraphstylei</property> <property name="relief">none</property> <property name="use_underline">True</property> |