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 38deccd064 Cleaning up Help files (work in progress)
38deccd064 is described below

commit 38deccd064ea1becb32f6aa570f728adc2beec6b
Author: mseidel <msei...@apache.org>
AuthorDate: Wed Dec 20 21:40:47 2023 +0100

    Cleaning up Help files (work in progress)
---
 .../source/text/sbasic/shared/01020300.xhp         | 17 ++----
 .../source/text/scalc/guide/csv_files.xhp          | 18 +++---
 .../source/text/scalc/guide/format_table.xhp       | 18 +++---
 .../source/text/scalc/guide/text_wrap.xhp          | 14 ++---
 main/helpcontent2/source/text/sdraw/guide/main.xhp | 15 ++---
 .../source/text/shared/00/00000011.xhp             | 15 ++---
 .../source/text/shared/00/00000020.xhp             | 15 ++---
 .../source/text/shared/01/06040000.xhp             |  5 +-
 .../source/text/shared/01/06130010.xhp             | 17 +++---
 .../source/text/shared/02/paintbrush.xhp           | 20 +++----
 .../shared/explorer/database/rep_navigator.xhp     | 17 ++----
 .../shared/explorer/database/rep_pagenumbers.xhp   | 17 ++----
 .../text/shared/explorer/database/rep_prop.xhp     | 17 ++----
 .../source/text/shared/optionen/testaccount.xhp    | 11 ++--
 .../source/text/simpress/00/00000405.xhp           | 15 ++---
 .../source/text/simpress/01/taskpanel.xhp          | 15 ++---
 .../source/text/simpress/02/08020000.xhp           | 11 ++--
 .../source/text/simpress/02/13090000.xhp           | 68 ++++++++++------------
 .../source/text/simpress/guide/gluepoints.xhp      | 15 ++---
 .../source/text/simpress/guide/main.xhp            | 15 ++---
 .../helpcontent2/source/text/smath/00/00000004.xhp | 47 +++++++--------
 .../source/text/swriter/guide/jump2statusbar.xhp   | 41 ++++++-------
 22 files changed, 180 insertions(+), 263 deletions(-)

diff --git a/main/helpcontent2/source/text/sbasic/shared/01020300.xhp 
b/main/helpcontent2/source/text/sbasic/shared/01020300.xhp
index 50846f5ec8..47b66989ef 100644
--- a/main/helpcontent2/source/text/sbasic/shared/01020300.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/01020300.xhp
@@ -1,9 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
-
 <!--***********************************************************
- * 
+ *
  * 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
@@ -11,22 +9,19 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
-
-
-               <helpdocument version="1.0">
+<helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared01020300xml" indexer="include" status="PUBLISH">
 <title id="tit" xml-lang="en-US">Using Procedures and Functions</title>
@@ -52,9 +47,7 @@
 <paragraph role="paragraph" id="par_id3150767" xml-lang="en-US" l10n="U" 
oldref="2">The following describes the basic use of procedures and functions in 
$[officename] Basic.</paragraph>
 </section>
 <paragraph role="note" id="par_id3151215" xml-lang="en-US" l10n="U" 
oldref="56">When you create a new module, $[officename] Basic automatically 
inserts a SUB called "Main". This default name has nothing to do with the order 
or the starting point of a $[officename] Basic project. You can also safely 
rename this SUB.</paragraph>
-
 <paragraph role="note" id="par_id314756320" xml-lang="en-US" l10n="NEW">Some 
restrictions apply for the names of your public variables, subs, and functions. 
You must not use the same name as one of the modules of the same 
library.</paragraph>
-
 <paragraph role="paragraph" id="par_id3154124" xml-lang="en-US" l10n="U" 
oldref="3">Procedures (SUBS) and functions (FUNCTIONS) help you maintaining a 
structured overview by separating a program into logical pieces.</paragraph>
 <paragraph role="paragraph" id="par_id3153193" xml-lang="en-US" l10n="CHG" 
oldref="4">One benefit of procedures and functions is that, once you have 
developed a program code containing task components, you can use this code in 
another project.</paragraph>
 <paragraph role="heading" id="hd_id3153770" xml-lang="en-US" level="2" 
l10n="U" oldref="26">Passing Variables to Procedures (SUB) and Functions 
(FUNCTION)</paragraph>
diff --git a/main/helpcontent2/source/text/scalc/guide/csv_files.xhp 
b/main/helpcontent2/source/text/scalc/guide/csv_files.xhp
index 1b01d68281..300fd87d1c 100644
--- a/main/helpcontent2/source/text/scalc/guide/csv_files.xhp
+++ b/main/helpcontent2/source/text/scalc/guide/csv_files.xhp
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<helpdocument version="1.0">
-       
+
 <!--***********************************************************
- * 
+ *
  * 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
@@ -10,23 +9,22 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
- 
+<helpdocument version="1.0">
 <meta>
 <topic id="textscalcguidecsv_filesxml" indexer="include">
-<title xml-lang="en-US" id="tit"> Importing and Exporting CSV Files </title>
+<title xml-lang="en-US" id="tit">Importing and Exporting CSV Files</title>
 <filename>/text/scalc/guide/csv_files.xhp</filename>
 </topic>
 </meta>
@@ -106,4 +104,4 @@
 <paragraph xml-lang="en-US" id="par_id3155595" role="paragraph" l10n="U" 
oldref="22"><link href="text/shared/00/00000208.xhp" name="Import text 
files">Import text files</link></paragraph>
 </section>
 </body>
-</helpdocument>
\ No newline at end of file
+</helpdocument>
diff --git a/main/helpcontent2/source/text/scalc/guide/format_table.xhp 
b/main/helpcontent2/source/text/scalc/guide/format_table.xhp
index 319acfdf92..e64abe7a91 100644
--- a/main/helpcontent2/source/text/scalc/guide/format_table.xhp
+++ b/main/helpcontent2/source/text/scalc/guide/format_table.xhp
@@ -1,9 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<helpdocument version="1.0">
-       
 <!--***********************************************************
- * 
+ *
  * 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
@@ -11,21 +9,19 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
- 
-       
+<helpdocument version="1.0">
 <meta>
 <topic id="textscalcguideformat_tablexml" indexer="include" status="PUBLISH">
 <title id="tit" xml-lang="en-US">Formatting Spreadsheets</title>
@@ -50,7 +46,7 @@
 <paragraph role="listitem" id="par_id3144772" xml-lang="en-US" l10n="U" 
oldref="14">Select the text you want to format.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3155268" xml-lang="en-US" l10n="CHG" 
oldref="15">Choose the desired text attributes from the <emph>Formatting 
</emph>Bar. You can also choose <emph>Format - Cells</emph>. The <emph>Format 
Cells</emph> dialog will appear in which you can choose various text attributes 
on the <emph>Font</emph> tab page.</paragraph>
+<paragraph role="listitem" id="par_id3155268" xml-lang="en-US" l10n="CHG" 
oldref="15">Choose the desired text attributes from the <emph>Formatting</emph> 
Bar. You can also choose <emph>Format - Cells</emph>. The <emph>Format 
Cells</emph> dialog will appear in which you can choose various text attributes 
on the <emph>Font</emph> tab page.</paragraph>
 </listitem>
 </list>
 <paragraph role="heading" id="hd_id3149899" xml-lang="en-US" level="2" 
l10n="U" oldref="16">Formatting Numbers in a Spreadsheet</paragraph>
@@ -59,7 +55,7 @@
 <paragraph role="listitem" id="par_id3159226" xml-lang="en-US" l10n="U" 
oldref="17">Select the cells containing the numbers you want to 
format.</paragraph>
 </listitem>
 <listitem>
-<paragraph role="listitem" id="par_id3150046" xml-lang="en-US" l10n="CHG" 
oldref="18">To format numbers in the default currency format or as percentages, 
use the icons on the <emph>Formatting </emph>Bar. For other formats, choose 
<emph>Format - Cells</emph>. You can choose from the preset formats or define 
your own on the <emph>Numbers</emph> tab page.</paragraph>
+<paragraph role="listitem" id="par_id3150046" xml-lang="en-US" l10n="CHG" 
oldref="18">To format numbers in the default currency format or as percentages, 
use the icons on the <emph>Formatting</emph> Bar. For other formats, choose 
<emph>Format - Cells</emph>. You can choose from the preset formats or define 
your own on the <emph>Numbers</emph> tab page.</paragraph>
 </listitem>
 </list>
 <paragraph role="heading" id="hd_id3153483" xml-lang="en-US" level="2" 
l10n="U" oldref="19">Formatting Borders and Backgrounds for Cells and 
Pages</paragraph>
diff --git a/main/helpcontent2/source/text/scalc/guide/text_wrap.xhp 
b/main/helpcontent2/source/text/scalc/guide/text_wrap.xhp
index 5d903802a8..fa5359e4a7 100644
--- a/main/helpcontent2/source/text/scalc/guide/text_wrap.xhp
+++ b/main/helpcontent2/source/text/scalc/guide/text_wrap.xhp
@@ -1,9 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<helpdocument version="1.0">
-       
 <!--***********************************************************
- * 
+ *
  * 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
@@ -11,21 +9,19 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
- 
-       
+<helpdocument version="1.0">
 <meta>
 <topic id="textscalcguidetext_wrapxml" indexer="include" status="PUBLISH">
 <title id="tit" xml-lang="en-US">Writing Multi-line Text</title>
diff --git a/main/helpcontent2/source/text/sdraw/guide/main.xhp 
b/main/helpcontent2/source/text/sdraw/guide/main.xhp
index 6e061a66df..98de0a6352 100644
--- a/main/helpcontent2/source/text/sdraw/guide/main.xhp
+++ b/main/helpcontent2/source/text/sdraw/guide/main.xhp
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<helpdocument version="1.0">
-       
+
 <!--***********************************************************
- * 
+ *
  * 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
@@ -10,21 +9,19 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
- 
-       
+<helpdocument version="1.0">
 <meta>
 <topic id="textsdrawguidemainxml" indexer="include">
 <title id="tit" xml-lang="en-US">Instructions for Using $[officename] 
Draw</title>
diff --git a/main/helpcontent2/source/text/shared/00/00000011.xhp 
b/main/helpcontent2/source/text/shared/00/00000011.xhp
index b09a1ca22a..299f8640b0 100644
--- a/main/helpcontent2/source/text/shared/00/00000011.xhp
+++ b/main/helpcontent2/source/text/shared/00/00000011.xhp
@@ -1,9 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
-
 <!--***********************************************************
- * 
+ *
  * 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
@@ -11,22 +9,19 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
-
-
-               <helpdocument version="1.0">
+<helpdocument version="1.0">
 <meta>
 <topic id="textshared0000000011xml" indexer="exclude" status="PUBLISH">
 <title id="tit" xml-lang="en-US">Menu Commands</title>
diff --git a/main/helpcontent2/source/text/shared/00/00000020.xhp 
b/main/helpcontent2/source/text/shared/00/00000020.xhp
index b2a8c44ab4..2b6e645192 100644
--- a/main/helpcontent2/source/text/shared/00/00000020.xhp
+++ b/main/helpcontent2/source/text/shared/00/00000020.xhp
@@ -1,9 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
-
 <!--***********************************************************
- * 
+ *
  * 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
@@ -11,22 +9,19 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
-
-
-               <helpdocument version="1.0">
+<helpdocument version="1.0">
 <meta>
 <topic id="textshared0000000020xml" indexer="include" status="PUBLISH">
 <title id="tit" xml-lang="en-US">About Import and Export Filters</title>
diff --git a/main/helpcontent2/source/text/shared/01/06040000.xhp 
b/main/helpcontent2/source/text/shared/01/06040000.xhp
index d057a5e6c2..8232600f58 100644
--- a/main/helpcontent2/source/text/shared/01/06040000.xhp
+++ b/main/helpcontent2/source/text/shared/01/06040000.xhp
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><helpdocument version="1.0">
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!--***********************************************************
  *
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -20,7 +21,7 @@
  *
  ***********************************************************-->
 
-
+<helpdocument version="1.0">
 <meta>
 <topic id="textshared0106040000xml" indexer="include">
 <title xml-lang="en-US" id="tit">AutoCorrect</title>
diff --git a/main/helpcontent2/source/text/shared/01/06130010.xhp 
b/main/helpcontent2/source/text/shared/01/06130010.xhp
index ec6eb6253d..8c4d98f407 100644
--- a/main/helpcontent2/source/text/shared/01/06130010.xhp
+++ b/main/helpcontent2/source/text/shared/01/06130010.xhp
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<helpdocument version="1.0">
-       
+
 <!--***********************************************************
- * 
+ *
  * 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
@@ -10,21 +9,19 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
- 
-       
+<helpdocument version="1.0">
 <meta>
 <topic id="textshared0106130010xml" indexer="include">
 <title id="tit" xml-lang="en-US">Record Macro</title>
@@ -36,7 +33,7 @@
 <bookmark xml-lang="en-US" branch="hid/.uno:MacroRecorder" id="bm_id986626" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:MacroRecorder" id="bm_id3156045" 
localize="false"/>
 <paragraph role="heading" id="hd_id3153383" xml-lang="en-US" level="1" 
l10n="U" oldref="5"><link href="text/shared/01/06130010.xhp" name="Record 
Macro">Record Macro</link></paragraph>
-<paragraph role="paragraph" id="par_id3152952" xml-lang="en-US" l10n="U" 
oldref="1"><ahelp hid=".uno:MacroRecorder">Records a new 
macro.</ahelp><comment> icon and comnmand!</comment></paragraph>
+<paragraph role="paragraph" id="par_id3152952" xml-lang="en-US" l10n="U" 
oldref="1"><ahelp hid=".uno:MacroRecorder">Records a new 
macro.</ahelp><comment>icon and comnmand!</comment></paragraph>
 </section>
 <section id="howtoget">
 <embed href="text/shared/00/00000406.xhp#recordmacro"/>
diff --git a/main/helpcontent2/source/text/shared/02/paintbrush.xhp 
b/main/helpcontent2/source/text/shared/02/paintbrush.xhp
index 1a9b277741..8b61fb618b 100644
--- a/main/helpcontent2/source/text/shared/02/paintbrush.xhp
+++ b/main/helpcontent2/source/text/shared/02/paintbrush.xhp
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<helpdocument version="1.0">
-       
+
 <!--***********************************************************
- * 
+ *
  * 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
@@ -10,21 +9,19 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
- 
-       
+<helpdocument version="1.0">
 <meta>
 <topic id="textshared02paintbrushxml" indexer="include">
 <title id="tit" xml-lang="en-US">Format Paintbrush</title>
@@ -40,7 +37,7 @@
 <section id="howtoget">
 <paragraph role="paragraph" id="par_idN10617" xml-lang="en-US" 
l10n="NEW">Click the <emph>Format Paintbrush</emph> icon 
 <image id="img_id3610034" src="res/commandimagelist/sc_formatpaintbrush.png" 
width="0.423cm" height="0.423cm"><alt id="alt_id3610034" 
xml-lang="en-US">Icon</alt>
-       </image> on the <emph>Standard</emph> toolbar. </paragraph>
+</image> on the <emph>Standard</emph> toolbar. </paragraph>
 </section>
 <section id="sypaintbrush">
 <table id="tbl_id4703817">
@@ -48,14 +45,13 @@
 <tablecell>
 <paragraph role="paragraph" id="par_idN10639" xml-lang="en-US" l10n="NEW">
 <image id="img_id5406964" src="res/commandimagelist/sc_formatpaintbrush.png" 
width="0.423cm" height="0.423cm"><alt id="alt_id5406964" 
xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+</image></paragraph>
 </tablecell>
 <tablecell>
 <paragraph role="tablecontent" id="par_idN10657" xml-lang="en-US" 
l10n="NEW">Format Paintbrush</paragraph>
 </tablecell>
 </tablerow>
 </table>
-
 </section>
 </section>
 <section id="relatedtopics">
diff --git 
a/main/helpcontent2/source/text/shared/explorer/database/rep_navigator.xhp 
b/main/helpcontent2/source/text/shared/explorer/database/rep_navigator.xhp
index 36d663dc3e..021981bd8c 100644
--- a/main/helpcontent2/source/text/shared/explorer/database/rep_navigator.xhp
+++ b/main/helpcontent2/source/text/shared/explorer/database/rep_navigator.xhp
@@ -1,9 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
-
 <!--***********************************************************
- * 
+ *
  * 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
@@ -11,22 +9,19 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
-
-
-               <helpdocument version="1.0">
+<helpdocument version="1.0">
 <meta>
 <topic id="textsharedexplorerdatabaserep_navigatorxml" indexer="include" 
status="PUBLISH">
 <title id="tit" xml-lang="en-US">Report Navigator</title>
@@ -56,7 +51,7 @@
 <paragraph role="paragraph" id="par_id6989654" xml-lang="en-US" l10n="NEW">The 
group has a sub entry called functions. </paragraph>
 </listitem>
 <listitem>
-<paragraph role="paragraph" id="par_id1803643" xml-lang="en-US" 
l10n="NEW">Open the context menu (right click) on the functions entry, choose 
to create a new function, and select it. </paragraph>
+<paragraph role="paragraph" id="par_id1803643" xml-lang="en-US" 
l10n="NEW">Open the context menu (right click) on the functions entry, choose 
to create a new function, and select it.</paragraph>
 <paragraph role="paragraph" id="par_id868251" xml-lang="en-US" l10n="NEW">In 
the property browser you see the function. </paragraph>
 </listitem>
 <listitem>
diff --git 
a/main/helpcontent2/source/text/shared/explorer/database/rep_pagenumbers.xhp 
b/main/helpcontent2/source/text/shared/explorer/database/rep_pagenumbers.xhp
index 7ece847a13..ab9ed571da 100644
--- a/main/helpcontent2/source/text/shared/explorer/database/rep_pagenumbers.xhp
+++ b/main/helpcontent2/source/text/shared/explorer/database/rep_pagenumbers.xhp
@@ -1,9 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
-
 <!--***********************************************************
- * 
+ *
  * 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
@@ -11,25 +9,22 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
-
-
-               <helpdocument version="1.0">
+<helpdocument version="1.0">
 <meta>
 <topic id="textsharedexplorerdatabaserep_pagenumbersxml" indexer="include" 
status="PUBLISH">
-<title id="tit" xml-lang="en-US">Page Numbers </title>
+<title id="tit" xml-lang="en-US">Page Numbers</title>
 <filename>/text/shared/explorer/database/rep_pagenumbers.xhp</filename>
 </topic>
 </meta>
diff --git 
a/main/helpcontent2/source/text/shared/explorer/database/rep_prop.xhp 
b/main/helpcontent2/source/text/shared/explorer/database/rep_prop.xhp
index 22886eb567..0b6e82540a 100644
--- a/main/helpcontent2/source/text/shared/explorer/database/rep_prop.xhp
+++ b/main/helpcontent2/source/text/shared/explorer/database/rep_prop.xhp
@@ -1,9 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
-
 <!--***********************************************************
- * 
+ *
  * 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
@@ -11,25 +9,22 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
-
-
-               <helpdocument version="1.0">
+<helpdocument version="1.0">
 <meta>
 <topic id="textsharedexplorerdatabaserep_propxml" indexer="include" 
status="PUBLISH">
-<title id="tit" xml-lang="en-US">Properties </title>
+<title id="tit" xml-lang="en-US">Properties</title>
 <filename>/text/shared/explorer/database/rep_prop.xhp</filename>
 </topic>
 </meta>
diff --git a/main/helpcontent2/source/text/shared/optionen/testaccount.xhp 
b/main/helpcontent2/source/text/shared/optionen/testaccount.xhp
index 62405b2ca8..a163b66487 100644
--- a/main/helpcontent2/source/text/shared/optionen/testaccount.xhp
+++ b/main/helpcontent2/source/text/shared/optionen/testaccount.xhp
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--***********************************************************
- * 
+ *
  * 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
@@ -10,20 +9,18 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
-       
 <helpdocument version="1.0">
 <meta>
 <topic id="textsharedoptionentestaccountxhp" indexer="include" 
status="PUBLISH">
diff --git a/main/helpcontent2/source/text/simpress/00/00000405.xhp 
b/main/helpcontent2/source/text/simpress/00/00000405.xhp
index e5ebc32a02..4538b35a6e 100644
--- a/main/helpcontent2/source/text/simpress/00/00000405.xhp
+++ b/main/helpcontent2/source/text/simpress/00/00000405.xhp
@@ -1,9 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
-
 <!--***********************************************************
- * 
+ *
  * 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
@@ -11,22 +9,19 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
-
-
-               <helpdocument version="1.0">
+<helpdocument version="1.0">
 <meta>
 <topic id="textsimpress0000000405xml" indexer="exclude" status="PUBLISH">
 <title id="tit" xml-lang="en-US">Format Menu</title>
diff --git a/main/helpcontent2/source/text/simpress/01/taskpanel.xhp 
b/main/helpcontent2/source/text/simpress/01/taskpanel.xhp
index 5aa6f4e445..26ef98b59a 100644
--- a/main/helpcontent2/source/text/simpress/01/taskpanel.xhp
+++ b/main/helpcontent2/source/text/simpress/01/taskpanel.xhp
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<helpdocument version="1.0">
-       
+
 <!--***********************************************************
- * 
+ *
  * 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
@@ -10,21 +9,19 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
- 
-       
+<helpdocument version="1.0">
 <meta>
 <topic id="textsimpress01taskpanelxml" indexer="include">
 <title id="tit" xml-lang="en-US">Task Pane</title>
diff --git a/main/helpcontent2/source/text/simpress/02/08020000.xhp 
b/main/helpcontent2/source/text/simpress/02/08020000.xhp
index fa5ea956c2..e90650f3c7 100644
--- a/main/helpcontent2/source/text/simpress/02/08020000.xhp
+++ b/main/helpcontent2/source/text/simpress/02/08020000.xhp
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--***********************************************************
- * 
+ *
  * 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
@@ -10,20 +9,18 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
-       
 <helpdocument version="1.0">
 <meta>
 <topic id="textsimpress0208020000xml" indexer="include" status="PUBLISH">
diff --git a/main/helpcontent2/source/text/simpress/02/13090000.xhp 
b/main/helpcontent2/source/text/simpress/02/13090000.xhp
index 0857be69fd..b0c57a3a37 100644
--- a/main/helpcontent2/source/text/simpress/02/13090000.xhp
+++ b/main/helpcontent2/source/text/simpress/02/13090000.xhp
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<helpdocument version="1.0">
-       
+
 <!--***********************************************************
- * 
+ *
  * 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
@@ -10,52 +9,49 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
- 
-       
+<helpdocument version="1.0">
 <meta>
-      <topic id="textsimpress0213090000xml" indexer="include" status="PUBLISH">
-         <title xml-lang="en-US" id="tit">Modify Object with Attributes</title>
-         <filename>/text/simpress/02/13090000.xhp</filename>
-      </topic>
-   </meta>
-   <body>
-      <section id="obattribut">
+<topic id="textsimpress0213090000xml" indexer="include" status="PUBLISH">
+<title xml-lang="en-US" id="tit">Modify Object with Attributes</title>
+<filename>/text/simpress/02/13090000.xhp</filename>
+</topic>
+</meta>
+<body>
+<section id="obattribut">
 <bookmark xml-lang="en-US" branch="index" 
id="bm_id3152596"><bookmark_value>attributes; objects with</bookmark_value>
-         <bookmark_value>objects; with attributes</bookmark_value>
+<bookmark_value>objects; with attributes</bookmark_value>
 </bookmark>
 <bookmark xml-lang="en-US" branch="hid/.uno:SolidCreate" id="bm_id8691281" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:SolidCreate" id="bm_id3149667" 
localize="false"/>
 <paragraph xml-lang="en-US" id="hd_id3152596" role="heading" level="1" 
l10n="CHG"
-                    oldref="1"><link href="text/simpress/02/13090000.xhp" 
name="Create Object with Attributes">Modify Object with 
Attributes</link></paragraph>
-         <paragraph xml-lang="en-US" id="par_id3151074" role="paragraph" 
l10n="CHG" oldref="2"><ahelp hid=".uno:SolidCreate">If this icon on the 
<emph>Options</emph> bar is activated, objects are shown with their attributes, 
but with 50% transparency, while you move or draw them.</ahelp> If this icon is 
not activated, only a contour is shown while drawing, and the object is shown 
with all attributes when you release the mouse button.</paragraph>
-      </section>
-      <section id="attribut">
-         <table id="tbl_id3153711">
-            <tablerow>
-               <tablecell>
-                  <paragraph xml-lang="en-US" id="par_id3154702" 
role="paragraph" l10n="E">
+oldref="1"><link href="text/simpress/02/13090000.xhp" name="Create Object with 
Attributes">Modify Object with Attributes</link></paragraph>
+<paragraph xml-lang="en-US" id="par_id3151074" role="paragraph" l10n="CHG" 
oldref="2"><ahelp hid=".uno:SolidCreate">If this icon on the 
<emph>Options</emph> bar is activated, objects are shown with their attributes, 
but with 50% transparency, while you move or draw them.</ahelp> If this icon is 
not activated, only a contour is shown while drawing, and the object is shown 
with all attributes when you release the mouse button.</paragraph>
+</section>
+<section id="attribut">
+<table id="tbl_id3153711">
+<tablerow>
+<tablecell>
+<paragraph xml-lang="en-US" id="par_id3154702" role="paragraph" l10n="E">
 <image id="img_id3155962" src="res/commandimagelist/sc_solidcreate.png" 
width="0.1665in" height="0.1665in"><alt xml-lang="en-US" 
id="alt_id3155962">Icon</alt>
-       </image></paragraph>
-               </tablecell>
-               <tablecell>
-                  <paragraph xml-lang="en-US" id="par_id3154021" 
role="paragraph" l10n="U" oldref="3">Modify Object with Attributes</paragraph>
-               </tablecell>
-            </tablerow>
-         </table>
-
-      </section>
-   </body>
-</helpdocument>
\ No newline at end of file
+</image></paragraph>
+</tablecell>
+<tablecell>
+<paragraph xml-lang="en-US" id="par_id3154021" role="paragraph" l10n="U" 
oldref="3">Modify Object with Attributes</paragraph>
+</tablecell>
+</tablerow>
+</table>
+</section>
+</body>
+</helpdocument>
diff --git a/main/helpcontent2/source/text/simpress/guide/gluepoints.xhp 
b/main/helpcontent2/source/text/simpress/guide/gluepoints.xhp
index b3f0e3027b..783d702a3b 100644
--- a/main/helpcontent2/source/text/simpress/guide/gluepoints.xhp
+++ b/main/helpcontent2/source/text/simpress/guide/gluepoints.xhp
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<helpdocument version="1.0">
-       
+
 <!--***********************************************************
- * 
+ *
  * 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
@@ -10,21 +9,19 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
- 
-       
+<helpdocument version="1.0">
 <meta>
 <topic id="textsimpressguidegluepointsxhp" indexer="include">
 <title id="tit" xml-lang="en-US">Using Gluepoints</title>
diff --git a/main/helpcontent2/source/text/simpress/guide/main.xhp 
b/main/helpcontent2/source/text/simpress/guide/main.xhp
index a5e2deae32..e5a28c01d3 100644
--- a/main/helpcontent2/source/text/simpress/guide/main.xhp
+++ b/main/helpcontent2/source/text/simpress/guide/main.xhp
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<helpdocument version="1.0">
-       
+
 <!--***********************************************************
- * 
+ *
  * 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
@@ -10,21 +9,19 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
- 
-       
+<helpdocument version="1.0">
 <meta>
 <topic id="textsimpressguidemainxml" indexer="include">
 <title id="tit" xml-lang="en-US">Instructions for Using $[officename] 
Impress</title>
diff --git a/main/helpcontent2/source/text/smath/00/00000004.xhp 
b/main/helpcontent2/source/text/smath/00/00000004.xhp
index b0facf4fed..dfd048762a 100644
--- a/main/helpcontent2/source/text/smath/00/00000004.xhp
+++ b/main/helpcontent2/source/text/smath/00/00000004.xhp
@@ -1,9 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
-
 <!--***********************************************************
- * 
+ *
  * 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
@@ -11,22 +9,19 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
-
-
-               <helpdocument version="1.0">
+<helpdocument version="1.0">
 <meta>
 <topic id="textsmath0000000004xml" indexer="exclude" status="PUBLISH">
 <title id="tit" xml-lang="en-US">To access this function...</title>
@@ -63,7 +58,7 @@
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3154653" xml-lang="en-US" l10n="E">
 <image id="img_id3154765" src="res/commandimagelist/sc_zoom100percent.png" 
width="0.1665inch" height="0.1665inch"><alt id="alt_id3154765" 
xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+</image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3147298" xml-lang="en-US" l10n="U" 
oldref="16">Zoom 100%</paragraph>
@@ -81,7 +76,7 @@
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3150743" xml-lang="en-US" l10n="E">
 <image id="img_id3163822" src="res/commandimagelist/sc_helpzoomin.png" 
width="0.1665inch" height="0.1665inch"><alt id="alt_id3163822" 
xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+</image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3154504" xml-lang="en-US" l10n="U" 
oldref="20">Zoom In</paragraph>
@@ -100,7 +95,7 @@
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3150934" xml-lang="en-US" l10n="E">
 <image id="img_id3148387" src="res/commandimagelist/sc_zoomminus.png" 
width="0.222inch" height="0.222inch"><alt id="alt_id3148387" 
xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+</image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3154871" xml-lang="en-US" l10n="U" 
oldref="23">Zoom Out</paragraph>
@@ -119,7 +114,7 @@
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3151265" xml-lang="en-US" l10n="E">
 <image id="img_id3151272" src="res/commandimagelist/sc_zoom.png" 
width="0.1665inch" height="0.1665inch"><alt id="alt_id3151272" 
xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+</image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3154646" xml-lang="en-US" l10n="CHG" 
oldref="26">Show All</paragraph>
@@ -139,7 +134,7 @@
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3147260" xml-lang="en-US" l10n="E">
 <image id="img_id3151168" src="res/commandimagelist/sc_refresh.png" 
width="0.1665inch" height="0.1665inch"><alt id="alt_id3151168" 
xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+</image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3145417" xml-lang="en-US" l10n="CHG" 
oldref="29">Update</paragraph>
@@ -161,7 +156,7 @@
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3153535" xml-lang="en-US" l10n="E">
 <image id="img_id3151310" src="starmath/res/im21101.png" width="0.3335inch" 
height="0.3335inch"><alt id="alt_id3151310" xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+</image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3153774" xml-lang="en-US" l10n="U" 
oldref="72">Unary/Binary Operators</paragraph>
@@ -178,7 +173,7 @@
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3147531" xml-lang="en-US" l10n="E">
 <image id="img_id3151103" src="starmath/res/bi21309.png" width="0.3335inch" 
height="0.3335inch"><alt id="alt_id3151103" xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+</image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3150833" xml-lang="en-US" l10n="U" 
oldref="75">Relations</paragraph>
@@ -195,7 +190,7 @@
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3146921" xml-lang="en-US" l10n="E">
 <image id="img_id3146927" src="starmath/res/im21105.png" width="0.3335inch" 
height="0.3335inch"><alt id="alt_id3146927" xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+</image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3148990" xml-lang="en-US" l10n="U" 
oldref="39">Operators</paragraph>
@@ -212,7 +207,7 @@
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3149103" xml-lang="en-US" l10n="E">
 <image id="img_id3154825" src="starmath/res/im21104.png" width="0.25inch" 
height="0.25inch"><alt id="alt_id3154825" xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+</image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3149796" xml-lang="en-US" l10n="U" 
oldref="42">Functions</paragraph>
@@ -229,7 +224,7 @@
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3147584" xml-lang="en-US" l10n="E">
 <image id="img_id3148733" src="starmath/res/im21107.png" width="0.3335inch" 
height="0.3335inch"><alt id="alt_id3148733" xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+</image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3147330" xml-lang="en-US" l10n="U" 
oldref="45">Brackets</paragraph>
@@ -246,7 +241,7 @@
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3154376" xml-lang="en-US" l10n="E">
 <image id="img_id3154390" src="starmath/res/at21706.png" width="0.3335inch" 
height="0.3335inch"><alt id="alt_id3154390" xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+</image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3153361" xml-lang="en-US" l10n="U" 
oldref="48">Attributes</paragraph>
@@ -263,7 +258,7 @@
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3151029" xml-lang="en-US" l10n="E">
 <image id="img_id3151036" src="starmath/res/im21108.png" width="0.3335inch" 
height="0.3335inch"><alt id="alt_id3151036" xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+</image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3155119" xml-lang="en-US" l10n="U" 
oldref="51">Formats</paragraph>
@@ -280,7 +275,7 @@
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3151377" xml-lang="en-US" l10n="E">
 <image id="img_id3151384" src="starmath/res/op21401.png" width="0.3335inch" 
height="0.3335inch"><alt id="alt_id3151384" xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+</image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3150686" xml-lang="en-US" l10n="U" 
oldref="54">Set Operations</paragraph>
@@ -310,7 +305,7 @@
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3153258" xml-lang="en-US" l10n="E">
 <image id="img_id3153264" src="res/commandimagelist/sc_autosum.png" 
width="0.222inch" height="0.222inch"><alt id="alt_id3153264" 
xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+</image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3148448" xml-lang="en-US" l10n="CHG" 
oldref="62">Catalog</paragraph>
@@ -336,7 +331,7 @@
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3154715" xml-lang="en-US" l10n="E">
 <image id="img_id3154722" src="starmath/res/im21117.png" width="0.3335inch" 
height="0.3335inch"><alt id="alt_id3154722" xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+</image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3150459" xml-lang="en-US" l10n="U" 
oldref="92">Others</paragraph>
@@ -350,7 +345,7 @@
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3145626" xml-lang="en-US" l10n="E">
 <image id="img_id3145632" src="res/commandimagelist/sc_formelcursor.png" 
width="0.222inch" height="0.222inch"><alt id="alt_id3145632" 
xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+</image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_id3149768" xml-lang="en-US" l10n="U" 
oldref="95">Formula Cursor</paragraph>
diff --git a/main/helpcontent2/source/text/swriter/guide/jump2statusbar.xhp 
b/main/helpcontent2/source/text/swriter/guide/jump2statusbar.xhp
index 1d06f49b0a..dbcec7828a 100644
--- a/main/helpcontent2/source/text/swriter/guide/jump2statusbar.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/jump2statusbar.xhp
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<helpdocument version="1.0">
-       
+
 <!--***********************************************************
- * 
+ *
  * 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
@@ -10,37 +9,35 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
-
- 
-       
+<helpdocument version="1.0">
 <meta>
-      <topic id="textswriterguidejump2statusbarxml" indexer="include" 
status="PUBLISH">
-         <title xml-lang="en-US" id="tit">Going to Specific Bookmark</title>
-         <filename>/text/swriter/guide/jump2statusbar.xhp</filename>
-      </topic>
-   </meta>
-   <body>
+<topic id="textswriterguidejump2statusbarxml" indexer="include" 
status="PUBLISH">
+<title xml-lang="en-US" id="tit">Going to Specific Bookmark</title>
+<filename>/text/swriter/guide/jump2statusbar.xhp</filename>
+</topic>
+</meta>
+<body>
 <bookmark xml-lang="en-US" branch="index" 
id="bm_id3145778"><bookmark_value>bookmarks; positioning cursor</bookmark_value>
-      <bookmark_value>jumping;to bookmarks</bookmark_value>
+<bookmark_value>jumping;to bookmarks</bookmark_value>
 </bookmark>
 <paragraph xml-lang="en-US" id="hd_id3145778" role="heading" level="1" l10n="U"
-                 oldref="30"><variable id="jump2statusbar"><link 
href="text/swriter/guide/jump2statusbar.xhp" name="Going to Specific 
Bookmark">Going to Specific Bookmark</link>
+oldref="30"><variable id="jump2statusbar"><link 
href="text/swriter/guide/jump2statusbar.xhp" name="Going to Specific 
Bookmark">Going to Specific Bookmark</link>
 </variable></paragraph>
-      <paragraph xml-lang="en-US" id="par_id3155178" role="paragraph" l10n="U" 
oldref="31">To go to a specific bookmark in your document, <switchinline 
select="sys"><caseinline select="MAC">hold down Ctrl and click 
+<paragraph xml-lang="en-US" id="par_id3155178" role="paragraph" l10n="U" 
oldref="31">To go to a specific bookmark in your document, <switchinline 
select="sys"><caseinline select="MAC">hold down Ctrl and click 
 </caseinline><defaultinline>right-click</defaultinline></switchinline> in the 
<emph>Page</emph> field on the <emph>Status Bar</emph>, and then choose the 
bookmark.</paragraph>
-      <embed href="text/shared/00/00000004.xhp#related"/>
-      <paragraph xml-lang="en-US" id="par_id3153396" role="paragraph" l10n="U" 
oldref="32"><link href="text/swriter/01/04040000.xhp" name="Insert 
Bookmark">Insert Bookmark</link></paragraph>
-   </body>
-</helpdocument>
\ No newline at end of file
+<embed href="text/shared/00/00000004.xhp#related"/>
+<paragraph xml-lang="en-US" id="par_id3153396" role="paragraph" l10n="U" 
oldref="32"><link href="text/swriter/01/04040000.xhp" name="Insert 
Bookmark">Insert Bookmark</link></paragraph>
+</body>
+</helpdocument>

Reply via email to