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

New commits:
commit 108a076a8397d44cc4732b4bdb8750f97e167b34
Author: Sophia Schröder <[email protected]>
Date:   Sun Apr 22 16:22:09 2018 +0100

    Point at ending of a sentence.
    
    Change-Id: I0f9dbbe3f113d23b156469e09f6bf13e59dee93f
    Reviewed-on: https://gerrit.libreoffice.org/53290
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Olivier Hallot <[email protected]>

diff --git a/source/text/sbasic/shared/03020404.xhp 
b/source/text/sbasic/shared/03020404.xhp
index 842538d85..7a763a9f2 100644
--- a/source/text/sbasic/shared/03020404.xhp
+++ b/source/text/sbasic/shared/03020404.xhp
@@ -54,7 +54,7 @@
 <paragraph id="par_id3153952" role="paragraph" xml-lang="en-US">Use this 
attribute to check if a file or directory exists, or to determine all files and 
folders in a specific directory.</paragraph>
 <paragraph id="par_id3159156" role="paragraph" xml-lang="en-US">To check if a 
file exists, enter the complete path and name of the file. If the file or 
directory name does not exist, the Dir function returns a zero-length string 
("").</paragraph>
 <paragraph id="par_id3154012" role="paragraph" xml-lang="en-US">To generate a 
list of all existing files in a specific directory, proceed as follows: The 
first time you call the Dir function, specify the complete search path for the 
files, for example, "D:\Files\*.ods". If the path is correct and the search 
finds at least one file, the Dir function returns the name of the first file 
that matches the search path. To return additional file names that match the 
path, call Dir again, but with no arguments.</paragraph>
-<paragraph id="par_id3147348" role="paragraph" xml-lang="en-US">To return 
directories only, use the attribute parameter. The same applies if you want to 
determine the name of a volume (for example, a hard drive partition)</paragraph>
+<paragraph id="par_id3147348" role="paragraph" xml-lang="en-US">To return 
directories only, use the attribute parameter. The same applies if you want to 
determine the name of a volume (for example, a hard drive 
partition).</paragraph>
 <embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
 <embed href="text/sbasic/shared/00000003.xhp#err5"/>
 <embed href="text/sbasic/shared/00000003.xhp#err53"/>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to