[Libreoffice-commits] help.git: 2 commits - source/auxiliary source/text

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Wed Aug 5 06:40:19 PDT 2015


 source/auxiliary/sbasic.tree                |    2 +-
 source/text/sbasic/shared/03020103.xhp      |    4 ++--
 source/text/swriter/librelogo/LibreLogo.xhp |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit bbece63b0f7b182f8bbf36accef29bb7a42e7800
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Wed Aug 5 15:31:58 2015 +0200

    missing space Open Statement[Runtime] → Open Statement [Runtime]
    
    Change-Id: If90b4d89c0dc7172b417b30dd242278386813244

diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree
index 136439b..fff44e5 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 386e17e..ba14b10 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>
commit e78df34e040aeda59567ecd34da23bb0d61ced5b
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Wed Aug 5 15:27:10 2015 +0200

    typo rectange → rectangle
    
    Change-Id: I673b4ce44a5bb58355414f3a304842bc2f55ca36

diff --git a/source/text/swriter/librelogo/LibreLogo.xhp b/source/text/swriter/librelogo/LibreLogo.xhp
index 3081947..5152642 100644
--- a/source/text/swriter/librelogo/LibreLogo.xhp
+++ b/source/text/swriter/librelogo/LibreLogo.xhp
@@ -179,7 +179,7 @@
 <paragraph role="heading" level="3" xml-lang="en-US" id="hd_1300">SQUARE</paragraph>
 <paragraph role="logocode" xml-lang="en-US" id="par_1310"> SQUARE 100 ; draw a square shape (size = 100pt)<br/></paragraph>
 <paragraph role="heading" level="3" xml-lang="en-US" id="hd_1320">RECTANGLE</paragraph>
-<paragraph role="logocode" xml-lang="en-US" id="par_1330"> RECTANGLE [50, 100] ; draw a rectange shape (50×100pt)<br/> RECTANGLE [50, 100, 10] ; draw a rectangle with rounded corners<br/></paragraph>
+<paragraph role="logocode" xml-lang="en-US" id="par_1330"> RECTANGLE [50, 100] ; draw a rectangle shape (50×100pt)<br/> RECTANGLE [50, 100, 10] ; draw a rectangle with rounded corners<br/></paragraph>
 <paragraph role="heading" level="3" xml-lang="en-US" id="hd_1340">POINT</paragraph>
 <paragraph role="logocode" xml-lang="en-US" id="par_1350"> POINT ; draw a point with size and color of the pen<br/></paragraph>
 <paragraph role="paragraph" xml-lang="en-US" id="par_1354">CLOSE can join the last points, FILL can fill the shape defined by points. For example, it’s easy to draw a “flat” star starting from its center:</paragraph>


More information about the Libreoffice-commits mailing list