diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-18 17:26:20 +0100 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-01-18 18:18:42 +0100 |
commit | 45e20af8857f8bcd5afa30113eea40ceef7aa3a8 (patch) | |
tree | 963ddbc27639ddeb3a1daadf2bc9f297a7217038 | |
parent | ff44bbe7087cf87977103627f55a8b1b5c9ffb89 (diff) |
Fix typo
Change-Id: If3ae78fab316a0eaab5b0aeecd41824665a4d498
Reviewed-on: https://gerrit.libreoffice.org/48139
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
-rw-r--r-- | source/text/shared/01/xformsdatatab.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/shared/01/xformsdatatab.xhp b/source/text/shared/01/xformsdatatab.xhp index 6975a9dd8d..5542cca6bd 100644 --- a/source/text/shared/01/xformsdatatab.xhp +++ b/source/text/shared/01/xformsdatatab.xhp @@ -74,7 +74,7 @@ <paragraph xml-lang="en-US" id="par_id4331797" role="paragraph"><ahelp hid=".">Specifies how whitespaces are to be handled when a string of the current data type is being processed. Possible values are Preserve, Replace, and Collapse. The semantics follow the definition at http://www.w3.org/TR/xmlschema-2/#rf-whiteSpace.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_XSD_PATTERN" id="bm_id5452436" localize="false"/> <paragraph xml-lang="en-US" id="hd_id4191717" role="heading" level="3">Pattern</paragraph> - <paragraph xml-lang="en-US" id="par_id2318796" role="paragraph"><ahelp hid=".">Specifies a regular expression pattern. Strings validated against the data type must conform to this pattern to be valid. The XSD data type syntax for regular expressions is different from the regular expression syntax used elseswhere in %PRODUCTNAME, for example in the Find & Replace dialog.</ahelp></paragraph> + <paragraph xml-lang="en-US" id="par_id2318796" role="paragraph"><ahelp hid=".">Specifies a regular expression pattern. Strings validated against the data type must conform to this pattern to be valid. The XSD data type syntax for regular expressions is different from the regular expression syntax used elsewhere in %PRODUCTNAME, for example in the Find & Replace dialog.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/EXTENSIONS_HID_PROP_XSD_TOTAL_DIGITS" id="bm_id9527878" localize="false"/> <paragraph xml-lang="en-US" id="hd_id399182" role="heading" level="3">Digits (total)</paragraph> <paragraph xml-lang="en-US" id="par_id5298318" role="paragraph"><ahelp hid=".">Specifies the maximum total number of digits that values of the decimal data type can have.</ahelp></paragraph> @@ -103,4 +103,4 @@ <paragraph xml-lang="en-US" id="hd_id9636524" role="heading" level="3">Length (at most)</paragraph> <paragraph xml-lang="en-US" id="par_id5675527" role="paragraph"><ahelp hid=".">Specifies the maximum number of characters for a string.</ahelp></paragraph> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |