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

2016-06-21 Thread Christian Lohmaier
 source/auxiliary/sbasic.tree  |4 ++--
 source/text/sbasic/shared/03020405.xhp|4 ++--
 source/text/sbasic/shared/03020408.xhp|4 ++--
 source/text/shared/guide/linestyle_define.xhp |6 +-
 4 files changed, 7 insertions(+), 11 deletions(-)

New commits:
commit 2f6e93f728e4c7b278b57479bf1fd8fda3344fff
Author: Christian Lohmaier 
Date:   Tue Jun 21 15:43:38 2016 +0200

remove "-" between FileAttr-Function and FileLen-Function

to be consistent with the rest of the functions
reported via pootle-feedback

Change-Id: I6e95109a8cf4145dc84ab0f3ad699d74ee05d932

diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree
index fff44e5..7818c21 100644
--- a/source/auxiliary/sbasic.tree
+++ b/source/auxiliary/sbasic.tree
@@ -117,11 +117,11 @@
 Error-Handling 
Functions
 Exit Statement 
[Runtime]
 Exp Function 
[Runtime]
-FileAttr-Function 
[Runtime]
+FileAttr Function 
[Runtime]
 FileCopy Statement 
[Runtime]
 FileDateTime Function 
[Runtime]
 FileExists Function 
[Runtime]
-FileLen-Function 
[Runtime]
+FileLen Function 
[Runtime]
 FindObject Function 
[Runtime]
 FindPropertyObject Function 
[Runtime]
 Fix Function 
[Runtime]
diff --git a/source/text/sbasic/shared/03020405.xhp 
b/source/text/sbasic/shared/03020405.xhp
index 5ed9668..c8f128a 100644
--- a/source/text/sbasic/shared/03020405.xhp
+++ b/source/text/sbasic/shared/03020405.xhp
@@ -20,7 +20,7 @@
 
 
   
-FileAttr-Function [Runtime]
+FileAttr Function [Runtime]
 /text/sbasic/shared/03020405.xhp
   
 
@@ -34,7 +34,7 @@
 
 
 
-FileAttr Function [Runtime]
+FileAttr Function [Runtime]
 Returns the 
access mode or the file access number of a file that was opened with the Open 
statement. The file access number is dependent on the operating system (OSH = 
Operating System Handle).
 
 If you use a 32-Bit 
operating system, you cannot use the FileAttr-Function to determine the file 
access number.
diff --git a/source/text/sbasic/shared/03020408.xhp 
b/source/text/sbasic/shared/03020408.xhp
index 414b562..e4ffbee 100644
--- a/source/text/sbasic/shared/03020408.xhp
+++ b/source/text/sbasic/shared/03020408.xhp
@@ -20,7 +20,7 @@
 
 
   
-FileLen-Function [Runtime]
+FileLen Function [Runtime]
 /text/sbasic/shared/03020408.xhp
   
 
@@ -34,7 +34,7 @@
 
 
 
-FileLen Function [Runtime]
+FileLen Function [Runtime]
 Returns the 
length of a file in bytes.
 
 
commit 909af2a8cb528fd502229eaa08f1eac5d83114cd
Author: Christian Lohmaier 
Date:   Tue Jun 21 15:25:53 2016 +0200

"Drawing Object - " → "Drawing Object - "

(put the - inside the emph)
reported via pootle feedback

Change-Id: Ia8a26116085cf4c1bac6108f175d9b38fc319c78

diff --git a/source/text/shared/guide/linestyle_define.xhp 
b/source/text/shared/guide/linestyle_define.xhp
index e58b808..5c03464 100644
--- a/source/text/shared/guide/linestyle_define.xhp
+++ b/source/text/shared/guide/linestyle_define.xhp
@@ -37,11 +37,7 @@
 Select a line drawing object in a document.
 
 
-Choose Format - Drawing Object - 
-Graphic - 
-
-
-Line and click the Line Styles tab.
+Choose 
Format - Drawing Object - Graphic - 
Line and click the Line 
Styles tab.
 
 
 Specify the line options that you want.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-08-05 Thread Christian Lohmaier
 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 
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 @@
 Oct Function 
[Runtime]
 On Error GoTo ... Resume 
Statement [Runtime]
 On...GoSub Statement; 
On...GoTo Statement [Runtime]
-Open 
Statement[Runtime]
+Open Statement 
[Runtime]
 Option Base Statement 
[Runtime]
 Option Explicit Statement 
[Runtime]
 Optional (in Function 
Statement) [Runtime]
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 @@
 
 
 
-Open Statement[Runtime]
+Open Statement [Runtime]
 /text/sbasic/shared/03020103.xhp
 
 
@@ -34,7 +34,7 @@
 
 Open statement
 
-Open Statement[Runtime]
+Open Statement [Runtime]
 Opens a data channel.
 
 Syntax:
commit e78df34e040aeda59567ecd34da23bb0d61ced5b
Author: Christian Lohmaier 
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 @@
 SQUARE
  SQUARE 100 ; draw a 
square shape (size = 100pt)
 RECTANGLE
- RECTANGLE [50, 100] 
; draw a rectange shape (50×100pt) RECTANGLE [50, 100, 10] ; draw a 
rectangle with rounded corners
+ RECTANGLE [50, 100] 
; draw a rectangle shape (50×100pt) RECTANGLE [50, 100, 10] ; draw a 
rectangle with rounded corners
 POINT
  POINT ; draw a 
point with size and color of the pen
 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:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-10-30 Thread Stanislav Horacek
 source/auxiliary/scalc.tree|2 +-
 source/auxiliary/simpress.tree |2 +-
 source/auxiliary/swriter.tree  |2 +-
 source/text/scalc/main0214.xhp |6 +++---
 source/text/sdraw/guide/graphic_insert.xhp |8 
 source/text/shared/00/00040500.xhp |2 +-
 source/text/shared/00/00040503.xhp |6 +++---
 source/text/shared/01/05260300.xhp |2 +-
 source/text/shared/02/2401.xhp |2 +-
 source/text/shared/02/2410.xhp |2 +-
 source/text/shared/02/colortoolbar.xhp |4 ++--
 source/text/shared/02/paintbrush.xhp   |8 
 source/text/shared/guide/imagemap.xhp  |4 ++--
 source/text/shared/guide/insert_bitmap.xhp |   20 ++--
 source/text/shared/guide/paintbrush.xhp|   15 ---
 source/text/simpress/main0214.xhp  |6 +++---
 source/text/swriter/00/0405.xhp|4 ++--
 source/text/swriter/01/0506.xhp|   10 +-
 source/text/swriter/01/05060100.xhp|2 +-
 source/text/swriter/01/05060300.xhp|   18 +-
 source/text/swriter/main0203.xhp   |6 +++---
 21 files changed, 66 insertions(+), 65 deletions(-)

New commits:
commit e5af8139b8a16b80a1b2398ffbeb629600484823
Author: Stanislav Horacek 
Date:   Tue Oct 28 17:07:23 2014 +0100

rename Format Paintbrush to Clone Formatting

Change-Id: I8d6d7094d32eb84d619a4164328401fd8584dd99
Reviewed-on: https://gerrit.libreoffice.org/12126
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/source/text/shared/02/paintbrush.xhp 
b/source/text/shared/02/paintbrush.xhp
index bab887e..67e03ed 100644
--- a/source/text/shared/02/paintbrush.xhp
+++ b/source/text/shared/02/paintbrush.xhp
@@ -22,7 +22,7 @@

 
 
-Format Paintbrush
+Clone Formatting
 /text/shared/02/paintbrush.xhp
 
 
@@ -30,10 +30,10 @@
 
 
 
-Format 
Paintbrush
+Clone 
Formatting
 First select some text or an object, then click this 
icon. Then click on or drag across other text or click an object to apply the 
same formatting.i93691
 
-Click the Format Paintbrush icon 
+Click the Clone Formatting icon 
 Icon
 on the Standard toolbar. 
 
@@ -46,7 +46,7 @@

 
 
-Format Paintbrush
+Clone Formatting
 
 
 
diff --git a/source/text/shared/guide/paintbrush.xhp 
b/source/text/shared/guide/paintbrush.xhp
index 92fc110..c8eeacf 100644
--- a/source/text/shared/guide/paintbrush.xhp
+++ b/source/text/shared/guide/paintbrush.xhp
@@ -22,22 +22,23 @@
 
 
   
- Copying Attributes With the Format 
Paintbrush
+ Copying Attributes With the Clone 
Formatting Tool
  /text/shared/guide/paintbrush.xhp
   


   
 Format Paintbrush
+ clone formatting
  formatting;copying
  copying;formatting
  Paintbrush
 MW added "Paintbrush"
-Copying Formatting With the Format 
Paintbrush
+Copying Formatting With the Clone 
Formatting Tool
 
   
-  You can use the Format Paintbrush tool to copy formatting from a 
text selection or from an object and apply the formatting to another text 
selection or object.
-  In Calc, the Format Paintbrush only applies to cell 
formatting.
+  You can use the Clone Formatting tool to copy formatting from a text 
selection or from an object and apply the formatting to another text selection 
or object.
+  In Calc, the Clone Formatting tool only applies to cell 
formatting.
   
  
 Select the text or object whose formatting you want to 
copy.
@@ -45,9 +46,9 @@
   
   
  
-On the Standard Bar, click the Format 
Paintbrush icon.
+On the Standard Bar, click the Clone 
Formatting icon.
 The cursor changes to a paint bucket.
-If you want to apply the formatting to more than one selection, 
double-click the Format Paintbrush icon
+If you want to apply the formatting to more than one selection, 
double-click the Clone Formatting icon
 Icon
. After you apply all the formatting, click the icon 
again.
  
@@ -58,7 +59,7 @@
   By 
default only the character formatting is copied ; to include paragraph 
formatting, hold down CommandCtrl
 when you click. To copy only the paragraph formatting, hold down Command
 Ctrl+Shift when you 
click.
   The paragraph formats are the formats applied to the 
whole paragraph. The character formats are those applied to a 
portion of the paragraph. For example, if you apply the bold format to a whole 
paragraph the bold format is a paragraph format. Then if you 
unbold a portion of this paragraph, the bold format is still a 
paragraph format but the portion you unbold has a "not bold" 
character format.
-  The following table describes the formatting attributes that the 
Format Paintbrush can copy:
+  The following table describes the formatting attributes