diff options
author | tagezi <lera.goncharuk@gmail.com> | 2018-02-17 17:47:10 +0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-02-22 17:17:46 +0100 |
commit | 75cf318614f73c93a51538a9508ccca2b47f82b1 (patch) | |
tree | 8a2207178b8416bb87b3be5d903cf09f11d64cba /source/text/sbasic/shared/03020305.xhp | |
parent | 5339d3c91fb81ea593a96c5602b767d68aba623f (diff) |
Deletion [Runtime] from names functions
[Runtime] was deleted
[Runtime - VBA] was replaced to [VBA]
Combination of words "runtime functions" and "runtime categiries"
was replaced to "functions" and "categiries" respectively
Change-Id: I1f03a5f2ef1697e216e144ecccbfb8942b315718
Reviewed-on: https://gerrit.libreoffice.org/49914
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared/03020305.xhp')
-rw-r--r-- | source/text/sbasic/shared/03020305.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03020305.xhp b/source/text/sbasic/shared/03020305.xhp index 970e905538..32424a100a 100644 --- a/source/text/sbasic/shared/03020305.xhp +++ b/source/text/sbasic/shared/03020305.xhp @@ -22,7 +22,7 @@ <helpdocument version="1.0"> <meta> <topic id="textsbasicshared03020305xml" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">Seek Statement [Runtime]</title> +<title id="tit" xml-lang="en-US">Seek Statement</title> <filename>/text/sbasic/shared/03020305.xhp</filename> </topic> <history> @@ -32,7 +32,7 @@ <body> <bookmark xml-lang="en-US" branch="index" id="bm_id3159413"><bookmark_value>Seek statement</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3159413" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03020305.xhp" name="Seek Statement [Runtime]">Seek Statement [Runtime]</link></paragraph> +<paragraph role="heading" id="hd_id3159413" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03020305.xhp" name="Seek Statement">Seek Statement</link></paragraph> <paragraph role="paragraph" id="par_id3153381" xml-lang="en-US">Sets the position for the next writing or reading in a file that was opened with the Open statement.<comment>see #61751</comment></paragraph> <paragraph role="paragraph" id="par_id2100589" xml-lang="en-US">For random access files, the Seek statement sets the number of the next record to be accessed.</paragraph> <paragraph role="paragraph" id="par_id5444807" xml-lang="en-US">For all other files, the Seek statement sets the byte position at which the next operation is to occur.</paragraph> |