diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-08-05 15:31:58 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-08-05 15:44:13 +0200 |
commit | 68c46e7dbaf5cf34a5b5ccb80122801dad778bbe (patch) | |
tree | 8dc3a10099aecd144f581d582de776d77bac5ca1 | |
parent | 9624c4f487b2f9e05fffd35912445b6405003b2f (diff) |
missing space Open Statement[Runtime] → Open Statement [Runtime]
Change-Id: If90b4d89c0dc7172b417b30dd242278386813244
(cherry picked from commit bbece63b0f7b182f8bbf36accef29bb7a42e7800)
-rw-r--r-- | source/auxiliary/sbasic.tree | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03020103.xhp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree index 136439b052..fff44e5b07 100644 --- a/source/auxiliary/sbasic.tree +++ b/source/auxiliary/sbasic.tree @@ -186,7 +186,7 @@ <topic id="sbasic/text/sbasic/shared/03080802.xhp">Oct Function [Runtime]</topic> <topic id="sbasic/text/sbasic/shared/03050500.xhp">On Error GoTo ... Resume Statement [Runtime]</topic> <topic id="sbasic/text/sbasic/shared/03090303.xhp">On...GoSub Statement; On...GoTo Statement [Runtime]</topic> -<topic id="sbasic/text/sbasic/shared/03020103.xhp">Open Statement[Runtime]</topic> +<topic id="sbasic/text/sbasic/shared/03020103.xhp">Open Statement [Runtime]</topic> <topic id="sbasic/text/sbasic/shared/03103200.xhp">Option Base Statement [Runtime]</topic> <topic id="sbasic/text/sbasic/shared/03103300.xhp">Option Explicit Statement [Runtime]</topic> <topic id="sbasic/text/sbasic/shared/03104100.xhp">Optional (in Function Statement) [Runtime]</topic> diff --git a/source/text/sbasic/shared/03020103.xhp b/source/text/sbasic/shared/03020103.xhp index 386e17e6a7..ba14b109a2 100644 --- a/source/text/sbasic/shared/03020103.xhp +++ b/source/text/sbasic/shared/03020103.xhp @@ -22,7 +22,7 @@ <helpdocument version="1.0"> <meta> <topic id="textsbasicshared03020103xml" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">Open Statement[Runtime]</title> +<title id="tit" xml-lang="en-US">Open Statement [Runtime]</title> <filename>/text/sbasic/shared/03020103.xhp</filename> </topic> <history> @@ -34,7 +34,7 @@ <section id="open"> <bookmark xml-lang="en-US" branch="index" id="bm_id3150791"><bookmark_value>Open statement</bookmark_value> </bookmark> -<paragraph role="heading" id="hd_id3150791" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03020103.xhp" name="Open Statement[Runtime]">Open Statement[Runtime]</link></paragraph> +<paragraph role="heading" id="hd_id3150791" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03020103.xhp" name="Open Statement [Runtime]">Open Statement [Runtime]</link></paragraph> <paragraph role="paragraph" id="par_id3150769" xml-lang="en-US" l10n="U" oldref="2">Opens a data channel.</paragraph> </section> <paragraph role="heading" id="hd_id3147230" xml-lang="en-US" level="2" l10n="U" oldref="3">Syntax:</paragraph> |