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/03010201.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/03010201.xhp')
-rw-r--r-- | source/text/sbasic/shared/03010201.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03010201.xhp b/source/text/sbasic/shared/03010201.xhp index f845c50ac0..353d6a4425 100644 --- a/source/text/sbasic/shared/03010201.xhp +++ b/source/text/sbasic/shared/03010201.xhp @@ -20,7 +20,7 @@ <meta> <topic id="textsbasicshared03010201xml" indexer="include" status="PUBLISH"> - <title id="tit" xml-lang="en-US">InputBox Function [Runtime]</title> + <title id="tit" xml-lang="en-US">InputBox Function</title> <filename>/text/sbasic/shared/03010201.xhp</filename> </topic> </meta> @@ -34,7 +34,7 @@ </bookmark> -<paragraph id="hd_id3148932" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03010201.xhp" name="InputBox Function [Runtime]">InputBox Function [Runtime]</link></paragraph> +<paragraph id="hd_id3148932" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03010201.xhp" name="InputBox Function">InputBox Function</link></paragraph> <paragraph id="par_id3151262" role="paragraph" xml-lang="en-US">Displays a prompt in a dialog at which the user can input text. The input is assigned to a variable.</paragraph> </section> <paragraph id="par_id3151100" role="paragraph" xml-lang="en-US">The <emph>InputBox</emph> statement is a convenient method of entering text through a dialog. Confirm the input by clicking OK or pressing Return. The input is returned as the function return value. If you close the dialog with Cancel, <emph>InputBox</emph> returns a zero-length string ("").</paragraph> |