diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/standardbar.xml | 4 | ||||
-rw-r--r-- | sw/uiconfig/swriter/toolbar/textobjectbar.xml | 9 |
2 files changed, 5 insertions, 8 deletions
diff --git a/sw/uiconfig/swriter/toolbar/standardbar.xml b/sw/uiconfig/swriter/toolbar/standardbar.xml index 1cffa61d6127..2d77072194fe 100644 --- a/sw/uiconfig/swriter/toolbar/standardbar.xml +++ b/sw/uiconfig/swriter/toolbar/standardbar.xml @@ -61,13 +61,13 @@ <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertFootnote" toolbar:helpid="20399"/> <toolbar:toolbaritem xlink:href=".uno:InsertEndnote" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:InsertBookmark" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:InsertBookmark"/> <toolbar:toolbaritem xlink:href=".uno:InsertReferenceField" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:InsertIndexesEntry" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog" toolbar:helpid="5678"/> <toolbar:toolbaritem xlink:href=".uno:InsertAnnotation" toolbar:helpid="20329"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Line" toolbar:visible="false" toolbar:helpid="10102"/> + <toolbar:toolbaritem xlink:href=".uno:Line" toolbar:helpid="10102"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes" toolbar:helpid="11002"/> <toolbar:toolbaritem xlink:href=".uno:InsertDraw" toolbar:helpid="10244"/> <toolbar:toolbarseparator/> diff --git a/sw/uiconfig/swriter/toolbar/textobjectbar.xml b/sw/uiconfig/swriter/toolbar/textobjectbar.xml index 77bc1ef650c9..79ec59ec2963 100644 --- a/sw/uiconfig/swriter/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/textobjectbar.xml @@ -49,18 +49,15 @@ <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:style="radio"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LineSpacing"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:visible="false"/> - <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaspaceIncrease" toolbar:helpid="27346" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:ParaspaceDecrease" toolbar:helpid="27347" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/> <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/> <toolbar:toolbaritem xlink:href=".uno:IncrementIndent"/> <toolbar:toolbaritem xlink:href=".uno:DecrementIndent"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:ParaspaceIncrease" toolbar:helpid="27346"/> + <toolbar:toolbaritem xlink:href=".uno:ParaspaceDecrease" toolbar:helpid="27347"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> <toolbar:toolbarseparator/> |