From 64563d3282294842614f11f6c6f7c1e28211a9ec Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 25 Jan 2016 15:13:19 +0100 Subject: switchinline is none of emph's allowed children fixed with following sed expression: 's#\(]*>]*>\)\([^>]*\)\(\)\([^<]*\)\(\)\([^<]*\)#\1\2\3\4\5\6#g' Change-Id: I03d36f4c52e78ca48fc2f94b275ffad7329071e3 --- source/text/shared/01/06150120.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/shared/01/06150120.xhp') diff --git a/source/text/shared/01/06150120.xhp b/source/text/shared/01/06150120.xhp index 0ad18047b6..4c9d46a2e2 100644 --- a/source/text/shared/01/06150120.xhp +++ b/source/text/shared/01/06150120.xhp @@ -47,6 +47,6 @@ If this is an import filter, enter the file name of the XSLT stylesheet that you want to use for importing. Template for import Enter the name of the template that you want to use for importing. In the template, styles are defined to display XML tags. - The path to the directory that contains the template must be included in %PRODUCTNAME - PreferencesTools - Options - $[officename] - Paths. When you open an XML file whose filter uses the template, the template opens first. In the template, you can map $[officename] styles to display XML tags in the XML document. + The path to the directory that contains the template must be included in %PRODUCTNAME - PreferencesTools - Options - $[officename] - Paths. When you open an XML file whose filter uses the template, the template opens first. In the template, you can map $[officename] styles to display XML tags in the XML document. -- cgit