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/01170003.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/shared/02/01170003.xhp') 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. -- cgit