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/02/01170000.xhp | 2 +- source/text/shared/02/01170003.xhp | 2 +- source/text/shared/02/02020000.xhp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source/text/shared/02') diff --git a/source/text/shared/02/01170000.xhp b/source/text/shared/02/01170000.xhp index 191822be24..078235464b 100644 --- a/source/text/shared/02/01170000.xhp +++ b/source/text/shared/02/01170000.xhp @@ -73,7 +73,7 @@ XML Form documents (XForms) use the same controls. To create a form, open a document and use the Form Controls toolbar to add and define the form controls. If you want, you can also link the form to a database, so that you can use the controls to manipulate a database. When you create a form in an HTML document, you can use the form to send data over the Internet. -%PRODUCTNAME only exports the form properties that are supported by the HTML version that you export to. To specify the HTML version, choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - HTML Compatibility. +%PRODUCTNAME only exports the form properties that are supported by the HTML version that you export to. To specify the HTML version, choose %PRODUCTNAME - PreferencesTools - Options - Load/Save - HTML Compatibility. To add a control to a document diff --git a/source/text/shared/02/01170003.xhp b/source/text/shared/02/01170003.xhp index 46999a8525..87ee82ac19 100644 --- a/source/text/shared/02/01170003.xhp +++ b/source/text/shared/02/01170003.xhp @@ -28,7 +28,7 @@ date fields; propertiesSpecial Tips for Date Fields -When you enter a year using two digits, the corresponding four digit value is determined by a setting in %PRODUCTNAME - PreferencesTools - Options - $[officename] - General. For example, if 1935 is set as the lower limiting value and you enter 34 as a date value, then the result is 2034 instead of 1934. +When you enter a year using two digits, the corresponding four digit value is determined by a setting in %PRODUCTNAME - PreferencesTools - Options - $[officename] - General. For example, if 1935 is set as the lower limiting value and you enter 34 as a date value, then the result is 2034 instead of 1934. The pre-set limit value will be saved for each document. diff --git a/source/text/shared/02/02020000.xhp b/source/text/shared/02/02020000.xhp index 0785204db9..f4836c2a73 100644 --- a/source/text/shared/02/02020000.xhp +++ b/source/text/shared/02/02020000.xhp @@ -39,7 +39,7 @@ You can enter several fonts, separated by semicolons. $[officename] uses each named font in succession if the previous fonts are not available. Any font changes apply to the selected text or word in which the cursor is positioned. If no text has been selected, the font applies to text typed afterwards. -The last five font names that have been selected are shown in the top part of the combo box, if you have marked the Font history field in %PRODUCTNAME - PreferencesTools - Options - $[officename] - View. As soon as you close your document, the normal alphabetic numbering of the installed fonts will be recreated. +The last five font names that have been selected are shown in the top part of the combo box, if you have marked the Font history field in %PRODUCTNAME - PreferencesTools - Options - $[officename] - View. As soon as you close your document, the normal alphabetic numbering of the installed fonts will be recreated.
-- cgit