diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2014-11-08 04:22:36 +0400 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-11-09 11:10:22 +0000 |
commit | 0daa405e104098bbceea6a974a80ad49ff50af7a (patch) | |
tree | fa8fed9068b15653dfb0ea9c18d16e47179023a4 /sw/uiconfig | |
parent | 9a70e0a7f5e861065e63c3d30048a7d56abf1fed (diff) |
fdo#81475 Disabling background color in enabling some other buttons
Change-Id: I5eee027d2cb1dd3528a274556568110da5609223
Reviewed-on: https://gerrit.libreoffice.org/12306
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/standardbar.xml | 9 | ||||
-rw-r--r-- | sw/uiconfig/swriter/toolbar/textobjectbar.xml | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/sw/uiconfig/swriter/toolbar/standardbar.xml b/sw/uiconfig/swriter/toolbar/standardbar.xml index 6563d25a8734..4b8492360171 100644 --- a/sw/uiconfig/swriter/toolbar/standardbar.xml +++ b/sw/uiconfig/swriter/toolbar/standardbar.xml @@ -57,15 +57,16 @@ <toolbar:toolbaritem xlink:href=".uno:InsertBookmark" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:InsertReferenceField" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:InsertIndexesEntry" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:InsertPagebreak" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:InsertPagebreak"/> <toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog" toolbar:helpid="5678"/> <toolbar:toolbaritem xlink:href=".uno:InsertSymbol" toolbar:helpid="20328"/> <toolbar:toolbaritem xlink:href=".uno:InsertFieldCtrl" toolbar:helpid="52824"/> <toolbar:toolbaritem xlink:href=".uno:InsertAnnotation" toolbar:helpid="20329"/> - <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:DrawText" toolbar:visible="false" toolbar:helpid="10253"/> - <toolbar:toolbaritem xlink:href=".uno:BasicShapes" toolbar:visible="false" toolbar:helpid="11002"/> <toolbar:toolbaritem xlink:href=".uno:InsertDraw" toolbar:helpid="10244"/> + <toolbar:toolbaritem xlink:href=".uno:DrawText" toolbar:helpid="10253"/> + <toolbar:toolbaritem xlink:href=".uno:Line" toolbar:visible="false" toolbar:helpid="10102"/> + <toolbar:toolbaritem xlink:href=".uno:BasicShapes" toolbar:visible="false" toolbar:helpid="11002"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ViewDataSourceBrowser" toolbar:visible="false" toolbar:helpid="6660"/> <toolbar:toolbaritem xlink:href=".uno:Zoom" toolbar:visible="false"/> <toolbar:toolbarseparator/> diff --git a/sw/uiconfig/swriter/toolbar/textobjectbar.xml b/sw/uiconfig/swriter/toolbar/textobjectbar.xml index ef691054514a..a254d59cd2b7 100644 --- a/sw/uiconfig/swriter/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/textobjectbar.xml @@ -32,16 +32,16 @@ <toolbar:toolbaritem xlink:href=".uno:Italic"/> <toolbar:toolbaritem xlink:href=".uno:Underline"/> <toolbar:toolbaritem xlink:href=".uno:UnderlineDouble" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:Strikeout" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:Strikeout"/> <toolbar:toolbaritem xlink:href=".uno:Overline" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SuperScript" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SubScript" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> + <toolbar:toolbaritem xlink:href=".uno:SubScript"/> <toolbar:toolbaritem xlink:href=".uno:Shadowed" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:OutlineFont" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FontColor"/> <toolbar:toolbaritem xlink:href=".uno:BackColor"/> - <toolbar:toolbaritem xlink:href=".uno:BackgroundColor"/> + <toolbar:toolbaritem xlink:href=".uno:BackgroundColor" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/> <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/> |