diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-05-25 06:00:37 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-06-02 11:10:47 +0200 |
commit | fe6fb37dff61f83e80076a0c9d9caf3714ed590f (patch) | |
tree | 586e1c0ca62babfd4d14a89817894beb95448554 /sw | |
parent | f691a49fc323a504d4ac2323f1c6cb388e25b9e5 (diff) |
tdf#107915 Add paragraph and character style aliases
Change-Id: I4fc94b92ec0573147c5f2737107b52e85e55cb4f
Reviewed-on: https://gerrit.libreoffice.org/38009
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/textstylebar.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/uiconfig/swriter/toolbar/textstylebar.xml b/sw/uiconfig/swriter/toolbar/textstylebar.xml index b32feadf8054..899daeb4384c 100644 --- a/sw/uiconfig/swriter/toolbar/textstylebar.xml +++ b/sw/uiconfig/swriter/toolbar/textstylebar.xml @@ -34,15 +34,15 @@ <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=Standard&FamilyName:string=ParagraphStyles" toolbar:text="Default" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=Title&FamilyName:string=ParagraphStyles" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=Subtitle&FamilyName:string=ParagraphStyles" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=Heading 1&FamilyName:string=ParagraphStyles" toolbar:text="H1"/> - <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=Heading 2&FamilyName:string=ParagraphStyles" toolbar:text="H2"/> - <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=Heading 3&FamilyName:string=ParagraphStyles" toolbar:text="H3"/> + <toolbar:toolbaritem xlink:href=".uno:Heading1ParaStyle" toolbar:text="H1"/> + <toolbar:toolbaritem xlink:href=".uno:Heading2ParaStyle" toolbar:text="H2"/> + <toolbar:toolbaritem xlink:href=".uno:Heading3ParaStyle" toolbar:text="H3"/> <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=Heading 4&FamilyName:string=ParagraphStyles" toolbar:text="H4" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=Heading 5&FamilyName:string=ParagraphStyles" toolbar:text="H5" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=Heading 6&FamilyName:string=ParagraphStyles" toolbar:text="H6" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=Text body&FamilyName:string=ParagraphStyles" toolbar:text="Text"/> - <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=Quotations&FamilyName:string=ParagraphStyles" toolbar:text="Quote"/> - <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=Preformatted Text&FamilyName:string=ParagraphStyles" toolbar:text="Pre"/> + <toolbar:toolbaritem xlink:href=".uno:TextBodyParaStyle" toolbar:text="Text"/> + <toolbar:toolbaritem xlink:href=".uno:QuoteParaStyle" toolbar:text="Quote"/> + <toolbar:toolbaritem xlink:href=".uno:PreformattedParaStyle" toolbar:text="Pre"/> <toolbar:toolbarseparator/> <!-- These commands can be enabled when tdf#88512 and tdf#106782 are fixed --> <toolbar:toolbaritem xlink:href=".uno:StyleApply" toolbar:text="Character Styles" toolbar:visible="false"/> @@ -51,10 +51,10 @@ <toolbar:toolbaritem xlink:href=".uno:EditStyle" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=Default Style&FamilyName:string=CharacterStyles" toolbar:text="Default"/> - <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=Emphasis&FamilyName:string=CharacterStyles"/> - <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=Strong Emphasis&FamilyName:string=CharacterStyles" toolbar:text="Strong"/> + <toolbar:toolbaritem xlink:href=".uno:EmphasisCharStyle"/> + <toolbar:toolbaritem xlink:href=".uno:StrongEmphasisCharStyle" toolbar:text="Strong"/> <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=Quotation&FamilyName:string=CharacterStyles" toolbar:text="Quote" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=Source Text&FamilyName:string=CharacterStyles" toolbar:text="Code"/> + <toolbar:toolbaritem xlink:href=".uno:SourceCharStyle" toolbar:text="Code"/> <toolbar:toolbaritem xlink:href=".uno:StyleApply?Style:string=User Entry&FamilyName:string=CharacterStyles" toolbar:text="User" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Bold" toolbar:visible="false"/> |