source/text/sbasic/shared/03100300.xhp |    3 +--
 source/text/sbasic/shared/03170010.xhp |    6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

New commits:
commit 911e28b1d83b4cb6bbac8c6c3ba7eb5d67d4a5f1
Author:     Sophia Schröder <[email protected]>
AuthorDate: Mon Dec 10 17:32:48 2018 +0100
Commit:     Olivier Hallot <[email protected]>
CommitDate: Thu Dec 13 18:50:20 2018 +0100

    tdf#121173 correct double spaces in sentences
    
    Change-Id: Ia8116e46e75cbf32293f20e0c905ed8707156b95
    Reviewed-on: https://gerrit.libreoffice.org/64886
    Tested-by: Jenkins
    Reviewed-by: Sophie Gautier <[email protected]>
    Reviewed-by: Olivier Hallot <[email protected]>

diff --git a/source/text/sbasic/shared/03100300.xhp 
b/source/text/sbasic/shared/03100300.xhp
index be91779d2..48ad01dce 100644
--- a/source/text/sbasic/shared/03100300.xhp
+++ b/source/text/sbasic/shared/03100300.xhp
@@ -48,8 +48,7 @@
 
 <paragraph id="hd_id3153525" role="heading" level="2" 
xml-lang="en-US">Parameters:</paragraph>
 <paragraph id="par_id3150359" role="paragraph" xml-lang="en-US"> 
<emph>Expression:</emph> Any string or numeric expression that you want to 
convert.</paragraph>
-<paragraph id="par_id3125864" role="paragraph" xml-lang="en-US">When you 
convert a string expression, the date and time must be entered
-    either in one of the date acceptance patterns defined for your locale 
setting (see <item type="menuitem">Tools - Options - Language Settings - 
Languages</item>) or in ISO date format (momentarily, only the ISO format with 
hyphens, e.g. "2012-12-31" is accepted). In numeric expressions, values to the 
left of the decimal represent the date, beginning from December 31, 1899. 
Values to the right of the decimal represent the time.</paragraph>
+<paragraph id="par_id3125864" role="paragraph" xml-lang="en-US">When you 
convert a string expression, the date and time must be entered either in one of 
the date acceptance patterns defined for your locale setting (see <item 
type="menuitem">Tools - Options - Language Settings - Languages</item>) or in 
ISO date format (momentarily, only the ISO format with hyphens, e.g. 
"2012-12-31" is accepted). In numeric expressions, values to the left of the 
decimal represent the date, beginning from December 31, 1899. Values to the 
right of the decimal represent the time.</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
 
commit dc560c20cae5eb34c155ea65a34169cb19e830ca
Author:     Sophia Schröder <[email protected]>
AuthorDate: Mon Dec 10 14:07:34 2018 +0100
Commit:     Olivier Hallot <[email protected]>
CommitDate: Thu Dec 13 18:50:05 2018 +0100

    tdf#121173 correct double spaces in sentences
    
    Change-Id: I46b602d6ca6323d932839b8da5bfef6d4eec2dcc
    Reviewed-on: https://gerrit.libreoffice.org/64872
    Tested-by: Jenkins
    Reviewed-by: Sophie Gautier <[email protected]>
    Reviewed-by: Olivier Hallot <[email protected]>

diff --git a/source/text/sbasic/shared/03170010.xhp 
b/source/text/sbasic/shared/03170010.xhp
index 0d615dfed..cf582c729 100644
--- a/source/text/sbasic/shared/03170010.xhp
+++ b/source/text/sbasic/shared/03170010.xhp
@@ -34,7 +34,7 @@
 
     <paragraph id="par_id240720170117391741" role="paragraph" 
xml-lang="en-US"><emph>expression</emph>: Required. The numeric expression to 
be formatted.</paragraph>
 
-    <paragraph role="paragraph" id="par_id631542195798758" 
xml-lang="en-US"><emph>numDigitsAfterDecimal</emph>: 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.</paragraph>
+    <paragraph role="paragraph" id="par_id631542195798758" 
xml-lang="en-US"><emph>numDigitsAfterDecimal</emph>: 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.</paragraph>
 
     <paragraph role="paragraph" id="par_id961542200034362" 
xml-lang="en-US"><emph>includeLeadingDigit</emph>: Optional. A <link 
href="text/sbasic/shared/03040000.xhp#addvbaconstants" 
name="vbtristate">vbTriState</link> enumeration value, specifying whether a 
leading zero should be displayed for fractional values.</paragraph>
 
@@ -49,7 +49,7 @@
             <paragraph id="par_id241542199046808"  role="listitem" 
xml-lang="en-US"><emph>vbUseDefaults or -2</emph>: Use the user interface 
locale settings. This is the default when omitted.</paragraph>
         </listitem>
     </list>
-    <paragraph role="paragraph" id="par_id311542201637647" 
xml-lang="en-US"><emph>useParensForNegativeNumbers</emph>: Optional. A <link 
href="text/sbasic/shared/03040000.xhp#addvbaconstants" 
name="vbtristate">vbTriState</link> enumeration value  specifying whether 
negative numbers should be encased in parenthesis.</paragraph>
+    <paragraph role="paragraph" id="par_id311542201637647" 
xml-lang="en-US"><emph>useParensForNegativeNumbers</emph>: Optional. A <link 
href="text/sbasic/shared/03040000.xhp#addvbaconstants" 
name="vbtristate">vbTriState</link> enumeration value specifying whether 
negative numbers should be encased in parenthesis.</paragraph>
     <list type="unordered">
         <listitem>
             <paragraph id="par_id561543198440051"  role="listitem" 
xml-lang="en-US"><emph>vbTrue or -1</emph>: Use parenthesis for negative 
numbers.</paragraph>
@@ -62,7 +62,7 @@
         </listitem>
     </list>
 
-    <paragraph role="paragraph" id="par_id531542201968815" 
xml-lang="en-US"><emph>groupDigits</emph>: Optional. A <link 
href="text/sbasic/shared/03040000.xhp#addvbaconstants" 
name="vbtristate">vbTriState</link> enumeration value  specifying the number 
should be grouped (into thousands, etc.), using the group delimiter that is 
specified on the system's regional settings.</paragraph>
+    <paragraph role="paragraph" id="par_id531542201968815" 
xml-lang="en-US"><emph>groupDigits</emph>: Optional. A <link 
href="text/sbasic/shared/03040000.xhp#addvbaconstants" 
name="vbtristate">vbTriState</link> enumeration value specifying the number 
should be grouped (into thousands, etc.), using the group delimiter that is 
specified on the system's regional settings.</paragraph>
 
     <list type="unordered">
         <listitem>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to