diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2018-07-26 10:28:58 +0200 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-07-26 15:32:55 +0200 |
commit | 350dd849194fe793e07c7080a95abf6cb97cf859 (patch) | |
tree | dad9bfeb83508d0a1a6886866e43bfa627a51e4e /sw/uiconfig/swriter/toolbar | |
parent | 2b4b94e8f0b7a8484ce70c701580b5a20fd0d14d (diff) |
tdf#118539 - Recent Characters Toolbar Dropdown Control on toolbar
Change-Id: I2d1ec76b11c44f258b2bfbbb7d3f00259bfb4f1f
Reviewed-on: https://gerrit.libreoffice.org/58045
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'sw/uiconfig/swriter/toolbar')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/standardbar.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/toolbar/standardbar.xml b/sw/uiconfig/swriter/toolbar/standardbar.xml index 5b97d40f10b7..e3acc2ecd1d3 100644 --- a/sw/uiconfig/swriter/toolbar/standardbar.xml +++ b/sw/uiconfig/swriter/toolbar/standardbar.xml @@ -61,8 +61,8 @@ <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertPagebreak"/> <toolbar:toolbaritem xlink:href=".uno:InsertFieldCtrl"/> - <toolbar:toolbaritem xlink:href=".uno:InsertSymbol"/> - <toolbar:toolbaritem xlink:href=".uno:CharmapControl" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:InsertSymbol" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:CharmapControl"/> <toolbar:toolbaritem xlink:href=".uno:EmojiControl" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog"/> |