[openoffice] branch AOO42X updated: Fixed typos, removed whitespace

2021-10-24 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
 new 461ab46  Fixed typos, removed whitespace
461ab46 is described below

commit 461ab462610f8ced8c464a3e79286f64d6765179
Author: mseidel 
AuthorDate: Sun Oct 24 14:15:41 2021 +0200

Fixed typos, removed whitespace

(cherry picked from commit 69a4cf47f4a8c2f5f30c319663376c9b9799457f)
---
 main/cui/source/tabpages/measure.src   | 196 -
 .../source/text/simpress/01/0515.xhp   |  21 ++-
 2 files changed, 86 insertions(+), 131 deletions(-)

diff --git a/main/cui/source/tabpages/measure.src 
b/main/cui/source/tabpages/measure.src
index b91c13d..e33012e 100644
--- a/main/cui/source/tabpages/measure.src
+++ b/main/cui/source/tabpages/measure.src
@@ -1,5 +1,5 @@
 /**
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,54 +7,55 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  */
 
 
- // include ---
+
+// include ---
 #include 
 #include "measure.hrc"
 #include "helpid.hrc"
 #include 
 
 #define DELTA 20
- // pragma 
+// pragma 
 
- // RID_SVXPAGE_MEASURE ---
+// RID_SVXPAGE_MEASURE ---
 TabPage RID_SVXPAGE_MEASURE
 {
HelpId = HID_PAGE_MEASURE ;
Hide = TRUE ;
-   Size = MAP_APPFONT ( 260 , 185 ) ;
+   Size = MAP_APPFONT ( 260, 185 ) ;
Text [ en-US ] = "Dimensioning" ;
 
FixedLine FL_LINE
{
-Pos = MAP_APPFONT ( 6 , 3 ) ;
-   Size = MAP_APPFONT ( 120 , 8 ) ;
-   Text [ en-US ] = "Line";
+   Pos = MAP_APPFONT ( 6, 3 ) ;
+   Size = MAP_APPFONT ( 120, 8 ) ;
+   Text [ en-US ] = "Line" ;
};
FixedText FT_LINE_DIST
{
-Pos = MAP_APPFONT ( 12 , 16  ) ;
-   Size = MAP_APPFONT ( 65 , 8 ) ;
+   Pos = MAP_APPFONT ( 12, 16 ) ;
+   Size = MAP_APPFONT ( 65, 8 ) ;
Text [ en-US ] = "Line ~distance" ;
};
MetricField MTR_LINE_DIST
{
-   HelpID = "cui:MetricField:RID_SVXPAGE_MEASURE:MTR_LINE_DIST";
+   HelpID = "cui:MetricField:RID_SVXPAGE_MEASURE:MTR_LINE_DIST" ;
Border = TRUE ;
-Pos = MAP_APPFONT ( 78 , 14  ) ;
-Size = MAP_APPFONT ( 42 , 12 ) ;
+   Pos = MAP_APPFONT ( 78, 14 ) ;
+   Size = MAP_APPFONT ( 42, 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
@@ -68,16 +69,16 @@ TabPage RID_SVXPAGE_MEASURE
};
FixedText FT_HELPLINE_OVERHANG
{
-Pos = MAP_APPFONT ( 12 , 32  ) ;
-   Size = MAP_APPFONT ( 65 , 8 ) ;
+   Pos = MAP_APPFONT ( 12, 32 ) ;
+   Size = MAP_APPFONT ( 65, 8 ) ;
Text [ en-US ] = "Guide ~overhang" ;
};
MetricField MTR_FLD_HELPLINE_OVERHANG
{
-   HelpID = 
"cui:MetricField:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE_OVERHANG";
+   HelpID = 
"cui:MetricField:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE_OVERHANG" ;
Border = TRUE ;
-Pos = MAP_APPFONT ( 78 , 30  ) ;
-Size = MAP_APPFONT ( 42 , 12 ) ;
+   Pos = MAP_APPFONT ( 78, 30 ) ;
+   Size = MAP_APPFONT ( 42, 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
@@ -91,16 +92,16 @@ TabPage RID_SVXPAGE_MEASURE
};
FixedText FT_HELPLINE_DIST
{
-Pos = MAP_APPFONT ( 12 , 48  ) ;
-   Size = MAP_APPFONT ( 65 , 8 ) ;
+   Pos = MAP_APPFONT ( 12, 48 ) ;
+   Size = MAP_APPFONT ( 65, 8 ) ;
Text [ en-US ] = 

[openoffice] branch trunk updated: Fixed typos, removed whitespace

2021-10-24 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
 new 69a4cf4  Fixed typos, removed whitespace
69a4cf4 is described below

commit 69a4cf47f4a8c2f5f30c319663376c9b9799457f
Author: mseidel 
AuthorDate: Sun Oct 24 14:15:41 2021 +0200

Fixed typos, removed whitespace
---
 main/cui/source/tabpages/measure.src   | 196 -
 .../source/text/simpress/01/0515.xhp   |  21 ++-
 2 files changed, 86 insertions(+), 131 deletions(-)

diff --git a/main/cui/source/tabpages/measure.src 
b/main/cui/source/tabpages/measure.src
index b91c13d..e33012e 100644
--- a/main/cui/source/tabpages/measure.src
+++ b/main/cui/source/tabpages/measure.src
@@ -1,5 +1,5 @@
 /**
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,54 +7,55 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  */
 
 
- // include ---
+
+// include ---
 #include 
 #include "measure.hrc"
 #include "helpid.hrc"
 #include 
 
 #define DELTA 20
- // pragma 
+// pragma 
 
- // RID_SVXPAGE_MEASURE ---
+// RID_SVXPAGE_MEASURE ---
 TabPage RID_SVXPAGE_MEASURE
 {
HelpId = HID_PAGE_MEASURE ;
Hide = TRUE ;
-   Size = MAP_APPFONT ( 260 , 185 ) ;
+   Size = MAP_APPFONT ( 260, 185 ) ;
Text [ en-US ] = "Dimensioning" ;
 
FixedLine FL_LINE
{
-Pos = MAP_APPFONT ( 6 , 3 ) ;
-   Size = MAP_APPFONT ( 120 , 8 ) ;
-   Text [ en-US ] = "Line";
+   Pos = MAP_APPFONT ( 6, 3 ) ;
+   Size = MAP_APPFONT ( 120, 8 ) ;
+   Text [ en-US ] = "Line" ;
};
FixedText FT_LINE_DIST
{
-Pos = MAP_APPFONT ( 12 , 16  ) ;
-   Size = MAP_APPFONT ( 65 , 8 ) ;
+   Pos = MAP_APPFONT ( 12, 16 ) ;
+   Size = MAP_APPFONT ( 65, 8 ) ;
Text [ en-US ] = "Line ~distance" ;
};
MetricField MTR_LINE_DIST
{
-   HelpID = "cui:MetricField:RID_SVXPAGE_MEASURE:MTR_LINE_DIST";
+   HelpID = "cui:MetricField:RID_SVXPAGE_MEASURE:MTR_LINE_DIST" ;
Border = TRUE ;
-Pos = MAP_APPFONT ( 78 , 14  ) ;
-Size = MAP_APPFONT ( 42 , 12 ) ;
+   Pos = MAP_APPFONT ( 78, 14 ) ;
+   Size = MAP_APPFONT ( 42, 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
@@ -68,16 +69,16 @@ TabPage RID_SVXPAGE_MEASURE
};
FixedText FT_HELPLINE_OVERHANG
{
-Pos = MAP_APPFONT ( 12 , 32  ) ;
-   Size = MAP_APPFONT ( 65 , 8 ) ;
+   Pos = MAP_APPFONT ( 12, 32 ) ;
+   Size = MAP_APPFONT ( 65, 8 ) ;
Text [ en-US ] = "Guide ~overhang" ;
};
MetricField MTR_FLD_HELPLINE_OVERHANG
{
-   HelpID = 
"cui:MetricField:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE_OVERHANG";
+   HelpID = 
"cui:MetricField:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE_OVERHANG" ;
Border = TRUE ;
-Pos = MAP_APPFONT ( 78 , 30  ) ;
-Size = MAP_APPFONT ( 42 , 12 ) ;
+   Pos = MAP_APPFONT ( 78, 30 ) ;
+   Size = MAP_APPFONT ( 42, 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
@@ -91,16 +92,16 @@ TabPage RID_SVXPAGE_MEASURE
};
FixedText FT_HELPLINE_DIST
{
-Pos = MAP_APPFONT ( 12 , 48  ) ;
-   Size = MAP_APPFONT ( 65 , 8 ) ;
+   Pos = MAP_APPFONT ( 12, 48 ) ;
+   Size = MAP_APPFONT ( 65, 8 ) ;
Text [ en-US ] = "~Guide distance" ;
};
MetricField MTR_FLD_HELPLINE_DIST
{