[Libreoffice-commits] core.git: sw/uiconfig

Heiko Tietze (via logerrit) logerrit at kemper.freedesktop.org
Thu Aug 15 13:46:14 UTC 2019


 sw/uiconfig/swriter/toolbar/textstylebar.xml |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 55291868dd1b73d2ba4ec2aa75889e10377d5bef
Author:     Heiko Tietze <tietze.heiko at gmail.com>
AuthorDate: Thu Aug 15 11:22:15 2019 +0200
Commit:     Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Thu Aug 15 15:45:01 2019 +0200

    tdf#53847 - Styles focused toolbar
    
    Improved the focus on style by hiding a few direct formatting functions
    
    Change-Id: Icd98472d5ecaf79c9612cbd9be654abd935077d5
    Reviewed-on: https://gerrit.libreoffice.org/77496
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>

diff --git a/sw/uiconfig/swriter/toolbar/textstylebar.xml b/sw/uiconfig/swriter/toolbar/textstylebar.xml
index 5183383c00d5..70a6e12ee629 100644
--- a/sw/uiconfig/swriter/toolbar/textstylebar.xml
+++ b/sw/uiconfig/swriter/toolbar/textstylebar.xml
@@ -60,23 +60,23 @@
  <toolbar:toolbaritem xlink:href=".uno:Bold" toolbar:visible="false"/>
  <toolbar:toolbaritem xlink:href=".uno:Italic" toolbar:visible="false"/>
  <toolbar:toolbaritem xlink:href=".uno:UnderlineSimple" toolbar:visible="false"/>
- <toolbar:toolbaritem xlink:href=".uno:Strikeout"/>
+ <toolbar:toolbaritem xlink:href=".uno:Strikeout" toolbar:visible="false"/>
  <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:SuperScript" toolbar:visible="false"/>
  <toolbar:toolbaritem xlink:href=".uno:SubScript" toolbar:visible="false"/>
  <toolbar:toolbarseparator/>
- <toolbar:toolbaritem xlink:href=".uno:FontColor"/>
- <toolbar:toolbaritem xlink:href=".uno:BackColor"/>
+ <toolbar:toolbaritem xlink:href=".uno:FontColor" toolbar:visible="false"/>
+ <toolbar:toolbaritem xlink:href=".uno:BackColor" toolbar:visible="false"/>
  <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:ResetAttributes"/>
  <toolbar:toolbarseparator/>
  <!-- These command can be enabled when tdf#107000 is fixed -->
  <toolbar:toolbaritem xlink:href=".uno:StyleApply" toolbar:text="List Styles" toolbar:visible="false"/>
  <toolbar:toolbarseparator/>
- <toolbar:toolbaritem xlink:href=".uno:LeftPara"/>
- <toolbar:toolbaritem xlink:href=".uno:CenterPara"/>
- <toolbar:toolbaritem xlink:href=".uno:RightPara"/>
- <toolbar:toolbaritem xlink:href=".uno:JustifyPara"/>
+ <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:visible="false"/>
+ <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:visible="false"/>
+ <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:visible="false"/>
+ <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:visible="false"/>
  <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:BulletListStyle"/>
  <toolbar:toolbaritem xlink:href=".uno:NumberListStyle"/>
@@ -89,8 +89,8 @@
  <toolbar:toolbaritem xlink:href=".uno:IncrementIndent" toolbar:visible="false"/>
  <toolbar:toolbaritem xlink:href=".uno:DecrementIndent" toolbar:visible="false"/>
  <toolbar:toolbarseparator/>
- <toolbar:toolbaritem xlink:href=".uno:LineSpacing"/>
+ <toolbar:toolbaritem xlink:href=".uno:LineSpacing" toolbar:visible="false"/>
  <toolbar:toolbaritem xlink:href=".uno:Spacing" toolbar:visible="false"/>
- <toolbar:toolbaritem xlink:href=".uno:ParaspaceIncrease"/>
- <toolbar:toolbaritem xlink:href=".uno:ParaspaceDecrease"/>
+ <toolbar:toolbaritem xlink:href=".uno:ParaspaceIncrease" toolbar:visible="false"/>
+ <toolbar:toolbaritem xlink:href=".uno:ParaspaceDecrease" toolbar:visible="false"/>
 </toolbar:toolbar>


More information about the Libreoffice-commits mailing list