diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-25 13:24:49 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-25 13:39:27 +0100 |
commit | 8d852d1c804bb12ffc339f56b0d838797200f8b5 (patch) | |
tree | 708aa87f7a3d4f35458e34b6c9183d751fdd353d /source/text/swriter/guide/captions.xhp | |
parent | cf7ed063304873b3b09c81e31ac99f161f46211d (diff) |
fix some …</emph><emph>… cases
as closing formatting just to open it immediately again doesn't make
sense.
unfortunately "switchinline" is none of emph's allowed children, so the
individual cases need to have the formatting
Change-Id: I9071990f882086d6c280df1d3ab958a8f3ff3c61
Diffstat (limited to 'source/text/swriter/guide/captions.xhp')
-rw-r--r-- | source/text/swriter/guide/captions.xhp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/text/swriter/guide/captions.xhp b/source/text/swriter/guide/captions.xhp index 9414f743e5..0b4599d227 100644 --- a/source/text/swriter/guide/captions.xhp +++ b/source/text/swriter/guide/captions.xhp @@ -62,8 +62,7 @@ </list> <paragraph id="par_id3147254" role="note" xml-lang="en-US">You can edit caption text directly in the document.</paragraph> <paragraph id="par_id3147271" role="paragraph" xml-lang="en-US">A caption is formatted with the paragraph style that matches the name of the caption category. For example, if you insert a "Table" caption, the "Table" paragraph style is applied to the caption text.</paragraph> -<paragraph id="par_id3145671" role="tip" xml-lang="en-US">$[officename] can automatically add a caption when you insert an object, graphic, frame, or table. Choose <emph><switchinline select="sys"></emph><emph><caseinline select="MAC"></emph><emph>%PRODUCTNAME - Preferences</emph><emph> -</caseinline></emph><emph><defaultinline></emph><emph>Tools - Options</emph><emph></defaultinline></emph><emph></switchinline></emph><emph> - %PRODUCTNAME Writer - AutoCaption</emph>.</paragraph> +<paragraph id="par_id3145671" role="tip" xml-lang="en-US">$[officename] can automatically add a caption when you insert an object, graphic, frame, or table. Choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - AutoCaption</emph>.</paragraph> <embed href="text/shared/00/00000004.xhp#related"/> <embed href="text/swriter/guide/captions_numbers.xhp#captions_numbers"/> <embed href="text/swriter/guide/using_numbering.xhp#using_numbering"/> |