source/text/sbasic/shared/03020103.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b473e08a99a59d63349f279e0c368bd3c7a58b88
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Sep 20 00:17:21 2018 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Thu Sep 20 14:28:01 2018 +0200

    Suggestion to make it easier to read
    
    Change-Id: I3da255c1303eed2dc2b0cddbcadf446b7077e563
    Reviewed-on: https://gerrit.libreoffice.org/60786
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/shared/03020103.xhp 
b/source/text/sbasic/shared/03020103.xhp
index 57cbd50ce..a45e70603 100644
--- a/source/text/sbasic/shared/03020103.xhp
+++ b/source/text/sbasic/shared/03020103.xhp
@@ -44,7 +44,7 @@
 </bascode>
 
 <paragraph id="hd_id3156280" role="heading" level="2" 
xml-lang="en-US">Parameters:</paragraph>
-<paragraph id="par_id3155132" role="paragraph" xml-lang="en-US"> 
<emph>FileName: </emph>Name and path of the file that you want to open. If you 
try to read a file that does not exist (Access = Read), an error message 
appears. If you try to write to a file that does not exist (Access = Write), a 
new file is created.</paragraph>
+<paragraph id="par_id3155132" role="paragraph" xml-lang="en-US"> 
<emph>FileName: </emph>Name and path of the file to open. If you try to read a 
file that does not exist (Access = Read), an error message appears. If you try 
to write to a file that does not exist (Access = Write), a new file is 
created.</paragraph>
 <paragraph id="par_id3149262" role="paragraph" xml-lang="en-US"> 
<emph>Mode:</emph> Keyword that specifies the file mode. Valid values: Append 
(append to sequential file), Binary (data can be accessed by bytes using Get 
and Put), Input (opens data channel for reading), Output (opens data channel 
for writing), and Random (edits relative files).</paragraph>
 <paragraph id="par_id3154014" role="paragraph" xml-lang="en-US"> 
<emph>IOMode:</emph> Keyword that defines the access type. Valid values: Read 
(read-only), Write (write-only), Read Write (both).</paragraph>
 <paragraph id="par_id3150011" role="paragraph" xml-lang="en-US"> 
<emph>Protected:</emph> Keyword that defines the security status of a file 
after opening. Valid values: Shared (file may be opened by other applications), 
Lock Read (file is protected against reading), Lock Write (file is protected 
against writing), Lock Read Write (denies file access).</paragraph>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to