source/text/shared/guide/csv_params.xhp |   11 +++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit 4be597da538b8cdb54f1f12fedfd940a1fa9c60e
Author:     Andreas Heinisch <andreas.heini...@yahoo.de>
AuthorDate: Wed Mar 15 09:55:41 2023 +0000
Commit:     Andreas Heinisch <andreas.heini...@yahoo.de>
CommitDate: Wed Mar 15 10:18:53 2023 +0000

    tdf#82254 - Add UTF-8 BOM (Token 14) to CSV filter parameters
    
    Change-Id: I085e66ca6b46955110a4eaab7118c4a376f16b40
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148871
    Tested-by: Jenkins
    Reviewed-by: Andreas Heinisch <andreas.heini...@yahoo.de>

diff --git a/source/text/shared/guide/csv_params.xhp 
b/source/text/shared/guide/csv_params.xhp
index 9deb1252d0..a6bcf26e46 100644
--- a/source/text/shared/guide/csv_params.xhp
+++ b/source/text/shared/guide/csv_params.xhp
@@ -208,6 +208,17 @@
             <paragraph id="par_id701635293273893" role="tablecontent" 
xml-lang="en-US">String, either <literal>false</literal> or 
<literal>true</literal>. Default value: <literal>false</literal>. Determines 
whether formula expressions starting with a = equal sign character are to be 
evaluated as formulas or imported as textual data. If <literal>true</literal> 
evaluate formulas on input. If <literal>false</literal> formulas are input as 
text. If omitted (not present at all), the default value is 
<literal>true</literal> to keep the behaviour of old versions' options string 
that didn't have this token at all. If present and empty (or any other value 
than <literal>true</literal>) the default value is 
<literal>false</literal>.</paragraph>
         </tablecell>
     </tablerow>
+    <tablerow>
+        <tablecell>
+            <paragraph id="par_id541678874653434" localize="false" 
role="tablecontent" xml-lang="en-US">14</paragraph>
+        </tablecell>
+        <tablecell>
+            <paragraph role="paragraph" id="par_id221678874688127">Include a 
byte-order-mark (BOM)</paragraph>
+        </tablecell>
+        <tablecell>
+            <paragraph id="par_id41678874718368" role="tablecontent" 
xml-lang="en-US">String, either <literal>false</literal> or 
<literal>true</literal>. Default value: <literal>false</literal>. If 
<literal>true</literal> include a byte-order-mark (BOM) in the export. If 
<literal>false</literal> the export does not include a BOM. If omitted (not 
present at all), the default value is <literal>false</literal> to keep the 
behaviour of old versions' options string that didn't have this token at all. 
If present and empty (or any other value than <literal>true</literal>) the 
default value is <literal>false</literal>. Automatically detected during the 
import.</paragraph>
+        </tablecell>
+    </tablerow>
     </table>
     <h2 id="hd_id591638374883162">Special case of CSV files with separator 
defined in the first line</h2>
 

Reply via email to