diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-06-21 15:43:38 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-06-21 15:59:33 +0200 |
commit | 3f4fadf4e649f0b196c131ecc51e09921e35da85 (patch) | |
tree | 94e324e46eef6a265a542caa571a7005b9b3549e | |
parent | 92af59610152664bef466cfd5983fcaff056fedc (diff) |
remove "-" between FileAttr-Function and FileLen-Function
distro/collabora/lov-5.2
to be consistent with the rest of the functions
reported via pootle-feedback
Change-Id: I6e95109a8cf4145dc84ab0f3ad699d74ee05d932
(cherry picked from commit 2f6e93f728e4c7b278b57479bf1fd8fda3344fff)
-rw-r--r-- | source/auxiliary/sbasic.tree | 4 | ||||
-rw-r--r-- | source/text/sbasic/shared/03020405.xhp | 4 | ||||
-rw-r--r-- | source/text/sbasic/shared/03020408.xhp | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree index fff44e5b07..7818c21ff4 100644 --- a/source/auxiliary/sbasic.tree +++ b/source/auxiliary/sbasic.tree @@ -117,11 +117,11 @@ <topic id="sbasic/text/sbasic/shared/03050000.xhp">Error-Handling Functions</topic> <topic id="sbasic/text/sbasic/shared/03090412.xhp">Exit Statement [Runtime]</topic> <topic id="sbasic/text/sbasic/shared/03080201.xhp">Exp Function [Runtime]</topic> -<topic id="sbasic/text/sbasic/shared/03020405.xhp">FileAttr-Function [Runtime]</topic> +<topic id="sbasic/text/sbasic/shared/03020405.xhp">FileAttr Function [Runtime]</topic> <topic id="sbasic/text/sbasic/shared/03020406.xhp">FileCopy Statement [Runtime]</topic> <topic id="sbasic/text/sbasic/shared/03020407.xhp">FileDateTime Function [Runtime]</topic> <topic id="sbasic/text/sbasic/shared/03020415.xhp">FileExists Function [Runtime]</topic> -<topic id="sbasic/text/sbasic/shared/03020408.xhp">FileLen-Function [Runtime]</topic> +<topic id="sbasic/text/sbasic/shared/03020408.xhp">FileLen Function [Runtime]</topic> <topic id="sbasic/text/sbasic/shared/03103800.xhp">FindObject Function [Runtime]</topic> <topic id="sbasic/text/sbasic/shared/03103900.xhp">FindPropertyObject Function [Runtime]</topic> <topic id="sbasic/text/sbasic/shared/03080501.xhp">Fix Function [Runtime]</topic> diff --git a/source/text/sbasic/shared/03020405.xhp b/source/text/sbasic/shared/03020405.xhp index 5ed9668115..c8f128a321 100644 --- a/source/text/sbasic/shared/03020405.xhp +++ b/source/text/sbasic/shared/03020405.xhp @@ -20,7 +20,7 @@ <meta> <topic id="textsbasicshared03020405xml" indexer="include" status="PUBLISH"> - <title id="tit" xml-lang="en-US">FileAttr-Function [Runtime]</title> + <title id="tit" xml-lang="en-US">FileAttr Function [Runtime]</title> <filename>/text/sbasic/shared/03020405.xhp</filename> </topic> </meta> @@ -34,7 +34,7 @@ </bookmark> -<paragraph id="hd_id3153380" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020405.xhp" name="FileAttr-Function [Runtime]">FileAttr Function [Runtime]</link></paragraph> +<paragraph id="hd_id3153380" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020405.xhp" name="FileAttr Function [Runtime]">FileAttr Function [Runtime]</link></paragraph> <paragraph id="par_id3154366" role="paragraph" xml-lang="en-US">Returns the access mode or the file access number of a file that was opened with the Open statement. The file access number is dependent on the operating system (OSH = Operating System Handle).</paragraph> </section> <paragraph id="par_id3153364" role="note" xml-lang="en-US">If you use a 32-Bit operating system, you cannot use the FileAttr-Function to determine the file access number.</paragraph> diff --git a/source/text/sbasic/shared/03020408.xhp b/source/text/sbasic/shared/03020408.xhp index 414b5620cc..e4ffbee49b 100644 --- a/source/text/sbasic/shared/03020408.xhp +++ b/source/text/sbasic/shared/03020408.xhp @@ -20,7 +20,7 @@ <meta> <topic id="textsbasicshared03020408xml" indexer="include" status="PUBLISH"> - <title id="tit" xml-lang="en-US">FileLen-Function [Runtime]</title> + <title id="tit" xml-lang="en-US">FileLen Function [Runtime]</title> <filename>/text/sbasic/shared/03020408.xhp</filename> </topic> </meta> @@ -34,7 +34,7 @@ </bookmark> -<paragraph id="hd_id3153126" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020408.xhp" name="FileLen-Function [Runtime]">FileLen Function [Runtime]</link></paragraph> +<paragraph id="hd_id3153126" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03020408.xhp" name="FileLen Function [Runtime]">FileLen Function [Runtime]</link></paragraph> <paragraph id="par_id3145068" role="paragraph" xml-lang="en-US">Returns the length of a file in bytes.</paragraph> </section> |