Kaydet (Commit) 1fde962b authored tarafından Yousuf Philips's avatar Yousuf Philips

tdf#106781 Enable a few hidden items in writer styles toolbar

Change-Id: I8c2131f31e98e1cf6c790d446ddd84b17507d0ee
Reviewed-on: https://gerrit.libreoffice.org/42679Reviewed-by: 's avatarYousuf Philips <philipz85@hotmail.com>
Tested-by: 's avatarYousuf Philips <philipz85@hotmail.com>
üst 0db08432
......@@ -605,9 +605,12 @@ cmd/sc_rowoperations.png cmd/sc_entirerow.png
cmd/sc_cellprotection.png cmd/sc_protect.png
cmd/lc_cellprotection.png cmd/lc_protect.png
# formatting style toolbar
# writer formatting style toolbar
cmd/lc_bulletliststyle.png cmd/lc_defaultbullet.png
cmd/sc_bulletliststyle.png cmd/sc_defaultbullet.png
cmd/lc_numberliststyle.png cmd/lc_defaultnumbering.png
cmd/lc_defaultparastyle.png cmd/lc_controlcodes.png
cmd/sc_defaultparastyle.png cmd/sc_controlcodes.png
# writer epub export
cmd/lc_exportdirecttoepub.png cmd/lc_exportdirecttopdf.png
......
......@@ -31,7 +31,7 @@
<toolbar:toolbaritem xlink:href=".uno:Grow" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:Shrink" toolbar:visible="false"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:DefaultParaStyle" toolbar:text="Default" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:DefaultParaStyle" toolbar:text="Default"/>
<toolbar:toolbaritem xlink:href=".uno:TitleParaStyle" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:SubtitleParaStyle" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:Heading1ParaStyle" toolbar:text="H1"/>
......@@ -60,13 +60,13 @@
<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:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:Strikeout"/>
<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:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:BackColor" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:FontColor"/>
<toolbar:toolbaritem xlink:href=".uno:BackColor"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:ResetAttributes"/>
<toolbar:toolbarseparator/>
......@@ -77,10 +77,6 @@
<toolbar:toolbaritem xlink:href=".uno:NumberListStyle" toolbar:text="Number"/>
<toolbar:toolbaritem xlink:href=".uno:RomanListStyle" toolbar:text="Roman"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:DefaultBullet" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:DefaultNumbering" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:SetOutline" toolbar:visible="false"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:LeftPara"/>
<toolbar:toolbaritem xlink:href=".uno:CenterPara"/>
<toolbar:toolbaritem xlink:href=".uno:RightPara"/>
......@@ -90,4 +86,7 @@
<toolbar:toolbaritem xlink:href=".uno:Spacing" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:ParaspaceIncrease"/>
<toolbar:toolbaritem xlink:href=".uno:ParaspaceDecrease"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:IncrementIndent" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:DecrementIndent" toolbar:visible="false"/>
</toolbar:toolbar>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment