diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-05-03 18:00:03 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-05-03 21:41:17 +0200 |
commit | c31c338fa2a941e128d0dac251fb99f777ac7b00 (patch) | |
tree | 1efa32e878c2552b62cb8b1a1074046285ca3cee /sw | |
parent | 3cb581adde31460d7bfe2922b8ae866aa823d5ad (diff) |
tdf#105293 tdf#81475 Tweak standard and formatting toolbars
Change-Id: Iec9750b2b0c3c3d3aefd7ebae73924bd4311b87a
Reviewed-on: https://gerrit.libreoffice.org/37203
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/standardbar.xml | 4 | ||||
-rw-r--r-- | sw/uiconfig/swriter/toolbar/textobjectbar.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sw/uiconfig/swriter/toolbar/standardbar.xml b/sw/uiconfig/swriter/toolbar/standardbar.xml index 08b7ad01818f..a2eb2320a096 100644 --- a/sw/uiconfig/swriter/toolbar/standardbar.xml +++ b/sw/uiconfig/swriter/toolbar/standardbar.xml @@ -58,13 +58,13 @@ <toolbar:toolbaritem xlink:href=".uno:InsertPagebreak"/> <toolbar:toolbaritem xlink:href=".uno:InsertFieldCtrl"/> <toolbar:toolbaritem xlink:href=".uno:InsertSymbol"/> + <toolbar:toolbaritem xlink:href=".uno:EmojiControl" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog"/> <toolbar:toolbaritem xlink:href=".uno:InsertFootnote"/> <toolbar:toolbaritem xlink:href=".uno:InsertEndnote"/> <toolbar:toolbaritem xlink:href=".uno:InsertBookmark"/> - <toolbar:toolbaritem xlink:href=".uno:EmojiControl" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:InsertReferenceField" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:InsertReferenceField"/> <toolbar:toolbaritem xlink:href=".uno:InsertIndexesEntry" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertAnnotation"/> diff --git a/sw/uiconfig/swriter/toolbar/textobjectbar.xml b/sw/uiconfig/swriter/toolbar/textobjectbar.xml index 13535145bfa9..87d91a0509f7 100644 --- a/sw/uiconfig/swriter/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/textobjectbar.xml @@ -32,7 +32,7 @@ <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Bold"/> <toolbar:toolbaritem xlink:href=".uno:Italic"/> - <toolbar:toolbaritem xlink:href=".uno:Underline"/> + <toolbar:toolbaritem xlink:href=".uno:UnderlineSimple"/> <toolbar:toolbaritem xlink:href=".uno:UnderlineDouble" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Strikeout"/> <toolbar:toolbaritem xlink:href=".uno:Overline" toolbar:visible="false"/> @@ -48,7 +48,7 @@ <toolbar:toolbaritem xlink:href=".uno:ChangeCaseToUpper" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:SmallCaps" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontColor"/> + <toolbar:toolbaritem xlink:href=".uno:Color"/> <toolbar:toolbaritem xlink:href=".uno:BackColor"/> <toolbar:toolbaritem xlink:href=".uno:BackgroundColor" toolbar:visible="false"/> <toolbar:toolbarseparator/> |