diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-08-05 15:27:10 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-08-05 15:27:10 +0200 |
commit | e78df34e040aeda59567ecd34da23bb0d61ced5b (patch) | |
tree | 59d6c39565bd7fd04eaac44897c4590b5386900f | |
parent | 493f09c4bf065538f425a2f56a1cab25ab2093f8 (diff) |
typo rectange → rectangle
Change-Id: I673b4ce44a5bb58355414f3a304842bc2f55ca36
-rw-r--r-- | source/text/swriter/librelogo/LibreLogo.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/swriter/librelogo/LibreLogo.xhp b/source/text/swriter/librelogo/LibreLogo.xhp index 3081947950..5152642dce 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> |