From dc560c20cae5eb34c155ea65a34169cb19e830ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sophia=20Schr=C3=B6der?= Date: Mon, 10 Dec 2018 14:07:34 +0100 Subject: [PATCH] tdf#121173 correct double spaces in sentences Change-Id: I46b602d6ca6323d932839b8da5bfef6d4eec2dcc Reviewed-on: https://gerrit.libreoffice.org/64872 Tested-by: Jenkins Reviewed-by: Sophie Gautier Reviewed-by: Olivier Hallot --- source/text/sbasic/shared/03170010.xhp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/text/sbasic/shared/03170010.xhp b/source/text/sbasic/shared/03170010.xhp index 0d615dfed1..cf582c7297 100644 --- a/source/text/sbasic/shared/03170010.xhp +++ b/source/text/sbasic/shared/03170010.xhp @@ -34,7 +34,7 @@ expression: Required. The numeric expression to be formatted. - numDigitsAfterDecimal: Optional. A numeric value specifying the number of digits that should be displayed after the decimal. If omitted, it defaults to the value -1, meaning that the default settings for user interface locale should be used. + numDigitsAfterDecimal: Optional. A numeric value specifying the number of digits that should be displayed after the decimal. If omitted, it defaults to the value -1, meaning that the default settings for user interface locale should be used. includeLeadingDigit: Optional. A vbTriState enumeration value, specifying whether a leading zero should be displayed for fractional values. @@ -49,7 +49,7 @@ vbUseDefaults or -2: Use the user interface locale settings. This is the default when omitted. - useParensForNegativeNumbers: Optional. A vbTriState enumeration value specifying whether negative numbers should be encased in parenthesis. + useParensForNegativeNumbers: Optional. A vbTriState enumeration value specifying whether negative numbers should be encased in parenthesis. vbTrue or -1: Use parenthesis for negative numbers. @@ -62,7 +62,7 @@ - groupDigits: Optional. A vbTriState enumeration value specifying the number should be grouped (into thousands, etc.), using the group delimiter that is specified on the system's regional settings. + groupDigits: Optional. A vbTriState enumeration value specifying the number should be grouped (into thousands, etc.), using the group delimiter that is specified on the system's regional settings.