diff options
author | Rizal Muttaqin <riz_17_oke@yahoo.co.id> | 2018-08-31 15:54:01 +0700 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2018-09-02 20:40:20 +0200 |
commit | 0a9f682de7727e5873323b68405a4aecd785057e (patch) | |
tree | 452c0bb3281793e1dd8030b1b415076086eaee95 | |
parent | 4d8a5ebdf9d2bef608a77559e93b5c543acfe6fd (diff) |
tdf#118993 - Missing new Insert Special Character in Writer (global)
Change-Id: I8b9925f6124527dfc27c7a27f6c8832c7e9c88e4
Reviewed-on: https://gerrit.libreoffice.org/59855
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
-rw-r--r-- | sw/uiconfig/sglobal/toolbar/standardbar.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/sglobal/toolbar/standardbar.xml b/sw/uiconfig/sglobal/toolbar/standardbar.xml index 304833f8d53a..b2e81b0a21c5 100644 --- a/sw/uiconfig/sglobal/toolbar/standardbar.xml +++ b/sw/uiconfig/sglobal/toolbar/standardbar.xml @@ -61,8 +61,8 @@ <toolbar:toolbaritem xlink:href=".uno:InsertPagebreak"/> <toolbar:toolbaritem xlink:href=".uno:InsertFieldCtrl"/> <toolbar:toolbaritem xlink:href=".uno:EmojiControl" toolbar:visible="false"/> - <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:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog"/> <toolbar:toolbaritem xlink:href=".uno:InsertFootnote"/> |