AllLangHelp_scalc.mk                      |    2 
 AllLangHelp_sdraw.mk                      |    1 
 AllLangHelp_shared.mk                     |    2 
 AllLangHelp_simpress.mk                   |    2 
 AllLangHelp_smath.mk                      |    2 
 AllLangHelp_swriter.mk                    |    2 
 source/auxiliary/scalc.tree               |    4 -
 source/auxiliary/sdraw.tree               |    4 -
 source/auxiliary/simpress.tree            |    4 -
 source/auxiliary/swriter.tree             |    4 -
 source/text/scalc/01/03070000.xhp         |    2 
 source/text/scalc/01/03080000.xhp         |    2 
 source/text/scalc/01/03090000.xhp         |    2 
 source/text/scalc/01/03100000.xhp         |    2 
 source/text/scalc/01/07080000.xhp         |    2 
 source/text/scalc/01/07090000.xhp         |    2 
 source/text/scalc/01/07090100.xhp         |    2 
 source/text/scalc/01/NormalViewMode.xhp   |    2 
 source/text/scalc/01/ToggleFormula.xhp    |    2 
 source/text/scalc/01/ToggleSheetGrid.xhp  |    2 
 source/text/scalc/01/ViewHiddenColRow.xhp |    2 
 source/text/scalc/main0100.xhp            |    4 -
 source/text/scalc/main0103.xhp            |   69 --------------------------
 source/text/sdraw/main0100.xhp            |    4 -
 source/text/sdraw/main0103.xhp            |   58 ----------------------
 source/text/shared/main0107.xhp           |   14 ++---
 source/text/simpress/main0100.xhp         |    4 -
 source/text/simpress/main0103.xhp         |   75 ----------------------------
 source/text/simpress/main0107.xhp         |   42 ----------------
 source/text/smath/main0100.xhp            |    4 -
 source/text/smath/main0103.xhp            |   46 -----------------
 source/text/smath/main0107.xhp            |   40 ---------------
 source/text/swriter/main0100.xhp          |    4 -
 source/text/swriter/main0103.xhp          |   78 ------------------------------
 source/text/swriter/main0107.xhp          |   44 ----------------
 35 files changed, 37 insertions(+), 498 deletions(-)

New commits:
commit 299d2d8680d24b037047a8a70391960dba9d501c
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Tue Sep 3 06:46:35 2024 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Tue Sep 3 11:50:55 2024 +0200

    tdf#162607 Remove dup's in hid2file.js, .uno:ViewMenu
    
    + .uno:WindowMenu scattered in 5 files
    + Same content in each
    + moved to shared/
    + refactor links from trees and main menus
    
    Change-Id: I1324aff453df2870a70926321a2211bc12901cd4
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172793
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk
index 585c2d1a88..6dbe7851e2 100644
--- a/AllLangHelp_scalc.mk
+++ b/AllLangHelp_scalc.mk
@@ -465,7 +465,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
     helpcontent2/source/text/scalc/main0000 \
     helpcontent2/source/text/scalc/main0100 \
     helpcontent2/source/text/scalc/main0102 \
-    helpcontent2/source/text/scalc/main0103 \
     helpcontent2/source/text/scalc/main0104 \
     helpcontent2/source/text/scalc/main0105 \
     helpcontent2/source/text/scalc/main0112 \
diff --git a/AllLangHelp_sdraw.mk b/AllLangHelp_sdraw.mk
index 5aaae74d99..e79d745754 100644
--- a/AllLangHelp_sdraw.mk
+++ b/AllLangHelp_sdraw.mk
@@ -56,7 +56,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sdraw,\
     helpcontent2/source/text/sdraw/main0000 \
     helpcontent2/source/text/sdraw/main0100 \
     helpcontent2/source/text/sdraw/main_edit \
-    helpcontent2/source/text/sdraw/main0103 \
     helpcontent2/source/text/sdraw/main_insert \
     helpcontent2/source/text/sdraw/main_format \
     helpcontent2/source/text/sdraw/main_page \
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index c7b2785639..02cefa69cf 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -833,6 +833,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
     helpcontent2/source/text/shared/guide/xsltfilter \
     helpcontent2/source/text/shared/guide/xsltfilter_create \
     helpcontent2/source/text/shared/guide/xsltfilter_distribute \
+    helpcontent2/source/text/shared/main0103 \
     helpcontent2/source/text/shared/main0107 \
     helpcontent2/source/text/shared/main0108 \
     helpcontent2/source/text/shared/main0201 \
diff --git a/AllLangHelp_simpress.mk b/AllLangHelp_simpress.mk
index 9c224d01b1..95301923ca 100644
--- a/AllLangHelp_simpress.mk
+++ b/AllLangHelp_simpress.mk
@@ -185,7 +185,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,simpress,\
     helpcontent2/source/text/simpress/main0000 \
     helpcontent2/source/text/simpress/main0100 \
     helpcontent2/source/text/simpress/main_edit \
-    helpcontent2/source/text/simpress/main0103 \
     helpcontent2/source/text/simpress/main0104 \
     helpcontent2/source/text/simpress/main_format \
     helpcontent2/source/text/simpress/main0113 \
diff --git a/AllLangHelp_smath.mk b/AllLangHelp_smath.mk
index 803a9205e9..5a7ce006ba 100644
--- a/AllLangHelp_smath.mk
+++ b/AllLangHelp_smath.mk
@@ -88,7 +88,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,smath,\
     helpcontent2/source/text/smath/main0000 \
     helpcontent2/source/text/smath/main0100 \
     helpcontent2/source/text/smath/main0102 \
-    helpcontent2/source/text/smath/main0103 \
     helpcontent2/source/text/smath/main0105 \
     helpcontent2/source/text/smath/main0106 \
     helpcontent2/source/text/smath/main0200 \
diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk
index 5218d3147c..15c6b0389a 100644
--- a/AllLangHelp_swriter.mk
+++ b/AllLangHelp_swriter.mk
@@ -413,7 +413,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
     helpcontent2/source/text/swriter/main0000 \
     helpcontent2/source/text/swriter/main0100 \
     helpcontent2/source/text/swriter/main0102 \
-    helpcontent2/source/text/swriter/main0103 \
     helpcontent2/source/text/swriter/main0104 \
     helpcontent2/source/text/swriter/main0105 \
     helpcontent2/source/text/swriter/main0110 \
diff --git a/source/auxiliary/scalc.tree b/source/auxiliary/scalc.tree
index 8b677e54a2..bcd0f9eb86 100644
--- a/source/auxiliary/scalc.tree
+++ b/source/auxiliary/scalc.tree
@@ -33,7 +33,7 @@
         <topic id="scalc/text/scalc/main0100.xhp">Menus</topic>
         <topic id="shared/text/shared/menu/PickList.xhp">File</topic>
         <topic id="scalc/text/scalc/main0102.xhp">Edit</topic>
-        <topic id="scalc/text/scalc/main0103.xhp">View</topic>
+        <topic id="scalc/text/shared/main0103.xhp">View</topic>
         <topic id="scalc/text/scalc/main0104.xhp">Insert</topic>
         <topic id="scalc/text/scalc/main0105.xhp">Format</topic>
         <topic id="scalc/text/scalc/main0116.xhp">Sheet</topic>
diff --git a/source/auxiliary/sdraw.tree b/source/auxiliary/sdraw.tree
index 6ce334c101..7d6fcb55f7 100644
--- a/source/auxiliary/sdraw.tree
+++ b/source/auxiliary/sdraw.tree
@@ -21,7 +21,7 @@
         <topic id="sdraw/text/sdraw/main0100.xhp">Menus</topic>
         <topic id="shared/text/shared/menu/PickList.xhp">File</topic>
         <topic id="sdraw/text/sdraw/main_edit.xhp">Edit</topic>
-        <topic id="sdraw/text/sdraw/main0103.xhp">View</topic>
+        <topic id="sdraw/text/shared/main0103.xhp">View</topic>
         <topic id="sdraw/text/sdraw/main_insert.xhp">Insert</topic>
         <topic id="sdraw/text/sdraw/main_format.xhp">Format</topic>
         <topic id="sdraw/text/sdraw/main_page.xhp">Page</topic>
diff --git a/source/auxiliary/simpress.tree b/source/auxiliary/simpress.tree
index ef7074874a..3bc61e189e 100644
--- a/source/auxiliary/simpress.tree
+++ b/source/auxiliary/simpress.tree
@@ -31,7 +31,7 @@
         <topic id="simpress/text/simpress/main0100.xhp">Menus</topic>
         <topic id="shared/text/shared/menu/PickList.xhp">File</topic>
         <topic id="simpress/text/simpress/main_edit.xhp">Edit</topic>
-        <topic id="simpress/text/simpress/main0103.xhp">View</topic>
+        <topic id="simpress/text/shared/main0103.xhp">View</topic>
         <topic id="simpress/text/simpress/main0104.xhp">Insert</topic>
         <topic id="simpress/text/simpress/main_format.xhp">Format</topic>
         <topic id="simpress/text/simpress/main_slide.xhp">Slide</topic>
diff --git a/source/auxiliary/swriter.tree b/source/auxiliary/swriter.tree
index 7b28599c51..1719aeb521 100644
--- a/source/auxiliary/swriter.tree
+++ b/source/auxiliary/swriter.tree
@@ -32,7 +32,7 @@
         <topic id="swriter/text/swriter/main0100.xhp">Menus</topic>
         <topic id="shared/text/shared/menu/PickList.xhp">File</topic>
         <topic id="swriter/text/swriter/main0102.xhp">Edit</topic>
-        <topic id="swriter/text/swriter/main0103.xhp">View</topic>
+        <topic id="swriter/text/shared/main0103.xhp">View</topic>
         <topic id="swriter/text/swriter/main0104.xhp">Insert</topic>
         <topic id="swriter/text/swriter/main0105.xhp">Format</topic>
         <topic id="shared/text/shared/menu/style_menu.xhp">Styles</topic>
diff --git a/source/text/scalc/01/03070000.xhp 
b/source/text/scalc/01/03070000.xhp
index b463634ac6..633d2e6a7e 100644
--- a/source/text/scalc/01/03070000.xhp
+++ b/source/text/scalc/01/03070000.xhp
@@ -45,7 +45,7 @@
 
 <paragraph id="par_id3156441" role="paragraph">You can also set the view of 
the column and row headers in <switchinline select="sys"><caseinline 
select="MAC"><item type="menuitem">%PRODUCTNAME - 
Preferences</item></caseinline><defaultinline><item type="menuitem">Tools - 
Options</item></defaultinline></switchinline> - <link 
href="text/shared/optionen/01060100.xhp"><emph>%PRODUCTNAME Calc - 
View</emph></link>.</paragraph>
 <section id="relatedtopics">
-  <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/scalc/main0103.xhp#h1" 
markup="ignore"/></paragraph>
+  <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/shared/main0103.xhp#h1" 
markup="ignore"/></paragraph>
 </section>
 </body>
 </helpdocument>
diff --git a/source/text/scalc/01/03080000.xhp 
b/source/text/scalc/01/03080000.xhp
index dd3090071b..cb76bfe335 100644
--- a/source/text/scalc/01/03080000.xhp
+++ b/source/text/scalc/01/03080000.xhp
@@ -48,7 +48,7 @@
 <paragraph id="par_id3145786" role="paragraph">These colors can be customized 
in <switchinline select="sys"><caseinline select="MAC"><item 
type="menuitem">%PRODUCTNAME - 
Preferences</item></caseinline><defaultinline><item type="menuitem">Tools - 
Options</item></defaultinline></switchinline><item type="menuitem"> - 
%PRODUCTNAME - Application Colors</item>.</paragraph>
 <warning id="par_id3153188">If this function is active, colors that you define 
in the document will not be displayed. When you deactivate the function, the 
user-defined colors are displayed again.</warning>
 <section id="relatedtopics">
-  <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/scalc/main0103.xhp#h1" 
markup="ignore"/></paragraph>
+  <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/shared/main0103.xhp#h1" 
markup="ignore"/></paragraph>
 </section>
 </body>
 
diff --git a/source/text/scalc/01/03090000.xhp 
b/source/text/scalc/01/03090000.xhp
index f914a428e9..edca4eb122 100644
--- a/source/text/scalc/01/03090000.xhp
+++ b/source/text/scalc/01/03090000.xhp
@@ -42,7 +42,7 @@
 </section>
 <paragraph id="par_id3145787" role="paragraph">If the Formula Bar is hidden, 
you can still edit cells by activating the edit mode with F2. After editing 
cells, accept the changes by pressing Enter, or discard entries by pressing 
Esc. Esc is also used to exit the edit mode.</paragraph>
 <section id="relatedtopics">
-  <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/scalc/main0103.xhp#h1" 
markup="ignore"/></paragraph>
+  <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/shared/main0103.xhp#h1" 
markup="ignore"/></paragraph>
 </section>
 </body>
 </helpdocument>
diff --git a/source/text/scalc/01/03100000.xhp 
b/source/text/scalc/01/03100000.xhp
index 84437f4e13..237ad4c035 100644
--- a/source/text/scalc/01/03100000.xhp
+++ b/source/text/scalc/01/03100000.xhp
@@ -47,7 +47,7 @@
 <h2 id="hd_id3155067">Add Print Range</h2>
 <paragraph id="par_id3155764" role="paragraph">Adds the selected cells to 
print ranges.</paragraph>
 <section id="relatedtopics">
-  <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/scalc/main0103.xhp#h1" 
markup="ignore"/></paragraph>
+  <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/shared/main0103.xhp#h1" 
markup="ignore"/></paragraph>
 </section>
 </body>
 </helpdocument>
diff --git a/source/text/scalc/01/07080000.xhp 
b/source/text/scalc/01/07080000.xhp
index e18386225f..021b2e8ceb 100644
--- a/source/text/scalc/01/07080000.xhp
+++ b/source/text/scalc/01/07080000.xhp
@@ -45,7 +45,7 @@
 <note id="par_id3154910">You can also use the mouse to split the window 
horizontally or vertically. To do this, drag the thick black line located 
directly above the vertical scrollbar or directly to the right of the 
horizontal scrollbar into the window. A thick black line will show where the 
window is split.</note>
 <paragraph id="par_id3149263" role="paragraph">A split window has its own 
scrollbars in each partial section; by contrast, <link 
href="text/scalc/01/07090000.xhp">fixed window sections</link> are not 
scrollable.</paragraph>
 <section id="relatedtopics">
-  <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/scalc/main0103.xhp#h1" 
markup="ignore"/></paragraph>
+  <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/shared/main0103.xhp#h1" 
markup="ignore"/></paragraph>
 </section>
 </body>
 
diff --git a/source/text/scalc/01/07090000.xhp 
b/source/text/scalc/01/07090000.xhp
index d8e6ce6fa6..60535affd2 100644
--- a/source/text/scalc/01/07090000.xhp
+++ b/source/text/scalc/01/07090000.xhp
@@ -41,7 +41,7 @@
 <section id="relatedtopics">
 <embed href="text/scalc/guide/line_fix.xhp#line_fix"/>
 <embed href="text/scalc/01/07090100.xhp#freezecellsh1"/>
-<paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/scalc/main0103.xhp#h1" 
markup="ignore"/></paragraph>
+<paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/shared/main0103.xhp#h1" 
markup="ignore"/></paragraph>
 </section>
 </body>
 </helpdocument>
diff --git a/source/text/scalc/01/07090100.xhp 
b/source/text/scalc/01/07090100.xhp
index 46464fe45d..01c962a7ad 100644
--- a/source/text/scalc/01/07090100.xhp
+++ b/source/text/scalc/01/07090100.xhp
@@ -32,7 +32,7 @@
 <section id="relatedtopics">
 <embed href="text/scalc/guide/line_fix.xhp#line_fix"/>
 <embed href="text/scalc/01/07090000.xhp#freezerowcolum"/>
-<paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/scalc/main0103.xhp#h1" 
markup="ignore"/></paragraph>
+<paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/shared/main0103.xhp#h1" 
markup="ignore"/></paragraph>
 </section>
 </body>
 </helpdocument>
diff --git a/source/text/scalc/01/NormalViewMode.xhp 
b/source/text/scalc/01/NormalViewMode.xhp
index 7d56a414b0..69e4499f9c 100644
--- a/source/text/scalc/01/NormalViewMode.xhp
+++ b/source/text/scalc/01/NormalViewMode.xhp
@@ -27,7 +27,7 @@
 <embed href="text/scalc/00/00000403.xhp#normalview"/>
 </section>
 <section id="relatedtopics">
-  <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/scalc/main0103.xhp#h1" 
markup="ignore"/></paragraph>
+  <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/shared/main0103.xhp#h1" 
markup="ignore"/></paragraph>
 </section>
 </body>
 </helpdocument>
diff --git a/source/text/scalc/01/ToggleFormula.xhp 
b/source/text/scalc/01/ToggleFormula.xhp
index b848cb9d7d..0f964ea355 100644
--- a/source/text/scalc/01/ToggleFormula.xhp
+++ b/source/text/scalc/01/ToggleFormula.xhp
@@ -25,7 +25,7 @@
         <embed href="text/scalc/00/00000403.xhp#showformula"/>
     </section>
     <section id="relatedtopics">
-  <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/scalc/main0103.xhp#h1" 
markup="ignore"/></paragraph>
+  <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/shared/main0103.xhp#h1" 
markup="ignore"/></paragraph>
 </section>
 </body>
 </helpdocument>
diff --git a/source/text/scalc/01/ToggleSheetGrid.xhp 
b/source/text/scalc/01/ToggleSheetGrid.xhp
index b02334e87c..435754ab3d 100644
--- a/source/text/scalc/01/ToggleSheetGrid.xhp
+++ b/source/text/scalc/01/ToggleSheetGrid.xhp
@@ -29,7 +29,7 @@
         <embed href="text/scalc/00/00000403.xhp#viewgridlines"/>
     </section>
     <section id="relatedtopics">
-  <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/scalc/main0103.xhp#h1" 
markup="ignore"/></paragraph>
+  <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/shared/main0103.xhp#h1" 
markup="ignore"/></paragraph>
 </section>
 </body>
 </helpdocument>
diff --git a/source/text/scalc/01/ViewHiddenColRow.xhp 
b/source/text/scalc/01/ViewHiddenColRow.xhp
index 7f1795df2f..f5c43fc251 100644
--- a/source/text/scalc/01/ViewHiddenColRow.xhp
+++ b/source/text/scalc/01/ViewHiddenColRow.xhp
@@ -27,7 +27,7 @@
     </section>
     <note id="par_id281698504591415">The tic marks disappears when the column 
or row is visible again.</note>
     <section id="relatedtopics">
-        <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/scalc/main0103.xhp#h1" 
markup="ignore"/></paragraph>
+        <paragraph role="paragraph" id="par_id921698361623602" 
localize="false"><embedvar href="text/shared/main0103.xhp#h1" 
markup="ignore"/></paragraph>
     </section>
 </body>
 </helpdocument>
diff --git a/source/text/scalc/main0100.xhp b/source/text/scalc/main0100.xhp
index dec36153e5..7f47464619 100644
--- a/source/text/scalc/main0100.xhp
+++ b/source/text/scalc/main0100.xhp
@@ -35,7 +35,7 @@
 <embed href="text/shared/00/00000011.xhp#menu_commands_text"/>
 <embed href="text/shared/menu/PickList.xhp#file_menu"/>
 <embed href="text/scalc/main0102.xhp#edit"/>
-<embed href="text/scalc/main0103.xhp#view"/>
+<embed href="text/shared/main0103.xhp#view"/>
 <embed href="text/scalc/main0104.xhp#insert"/>
 <embed href="text/scalc/main0105.xhp#format"/>
 <embed href="text/shared/menu/style_menu.xhp#styles"/>
diff --git a/source/text/scalc/main0103.xhp b/source/text/scalc/main0103.xhp
deleted file mode 100644
index f79d9ddc8a..0000000000
--- a/source/text/scalc/main0103.xhp
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<helpdocument version="1.0">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   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 regarding copyright
- *   ownership. The ASF licenses this file 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 .
--->
-
-<meta>
-  <topic id="textscalcmain0103xml" indexer="include">
-    <title id="tit">View</title>
-    <filename>/text/scalc/main0103.xhp</filename>
-  </topic>
-</meta>
-<body>
-
-<bookmark branch="hid/.uno:ViewMenu" id="bm_id5569933" localize="false"/>
-<section id="view">
-  <h1 id="hd_id3151112"><variable id="h1"><link 
href="text/scalc/main0103.xhp">View</link></variable></h1>
-<paragraph id="par_id3149456" role="paragraph"><ahelp hid=".">This menu 
contains commands to control the on-screen display of the document, change the 
user interface and access the sidebar panels.</ahelp></paragraph>
-</section>
-
-<embed href="text/scalc/01/NormalViewMode.xhp#normal_view"/>
-<embed href="text/scalc/01/03100000.xhp#page_break_view_title"/>
-<embed href="text/shared/01/notebook_bar.xhp#using_the_notebook_bar"/>
-<embed href="text/shared/01/03990000.xhp#toolbars"/>
-<embed href="text/scalc/01/03090000.xhp#formula_bar"/>
-<embed href="text/shared/01/03060000.xhp#status_bar"/>
-<embed href="text/scalc/01/03070000.xhp#column_and_row_headers"/>
-<embed href="text/scalc/01/ToggleSheetGrid.xhp#viewgridlines"/>
-
-<embed href="text/shared/01/grid_and_helplines.xhp#grid_and_help_lines"/>
-<embed href="text/scalc/01/03080000.xhp#value_highlighting"/>
-<embed href="text/scalc/01/ViewHiddenColRow.xhp#hiddenindicator"/>
-<embed href="text/scalc/01/ToggleFormula.xhp#showformula"/>
-
-<embed href="text/shared/01/view_comments.xhp#viewcomments"/>
-<embed href="text/scalc/01/07080000.xhp#split_window"/>
-<embed href="text/scalc/01/07090000.xhp#freeze_rows_and_columns"/>
-<embed href="text/scalc/01/07090100.xhp#freezecells"/>
-
-<embed href="text/shared/01/menu_view_sidebar.xhp#sidebar"/>
-<embed href="text/shared/01/styles.xhp#styles_and_formatting"/>
-
-<h2 id="hd_id102720150908397549"><link 
href="text/shared/01/gallery.xhp">Gallery</link></h2>
-<embed href="text/shared/01/gallery.xhp#media_gallery_text"/>
-<embed href="text/shared/01/navigator.xhp#navigator"/>
-
-<h2 id="hd_id102720151147488697"><embedvar 
href="text/scalc/01/04080000.xhp#function_list_title"/></h2>
-<embed href="text/scalc/01/04080000.xhp#function_list_text"/>
-<embed href="text/shared/01/04180100.xhp#data_sources"/>
-<embed href="text/shared/01/03110000.xhp#full_screen"/>
-
-<embed href="text/shared/01/ZoomMenu.xhp#zoommenu"/>
-</body>
-
-</helpdocument>
diff --git a/source/text/sdraw/main0100.xhp b/source/text/sdraw/main0100.xhp
index 31fead16c0..d571edcc15 100644
--- a/source/text/sdraw/main0100.xhp
+++ b/source/text/sdraw/main0100.xhp
@@ -35,7 +35,7 @@
 
   <embed href="text/shared/menu/PickList.xhp#file_menu"/>
   <embed href="text/sdraw/main_edit.xhp#edit"/>
-  <embed href="text/sdraw/main0103.xhp#view"/>
+  <embed href="text/shared/main0103.xhp#view"/>
   <embed href="text/sdraw/main_insert.xhp#insert"/>
   <embed href="text/sdraw/main_format.xhp#format"/>
   <embed href="text/sdraw/main_page.xhp#page"/>
diff --git a/source/text/sdraw/main0103.xhp b/source/text/sdraw/main0103.xhp
deleted file mode 100644
index d98e04fb2b..0000000000
--- a/source/text/sdraw/main0103.xhp
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<helpdocument version="1.0">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   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 regarding copyright
- *   ownership. The ASF licenses this file 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 .
--->
-
-<meta>
-  <topic id="textsdrawmain0103xml" indexer="include">
-    <title id="tit" xml-lang="en-US">View (menu in Draw)</title>
-    <filename>/text/sdraw/main0103.xhp</filename>
-  </topic>
-</meta>
-<body>
-<section id="view">
-<h1 id="hd_id3152576" xml-lang="en-US"><link 
href="text/sdraw/main0103.xhp">View</link></h1>
-<paragraph id="par_id3159155" role="paragraph" xml-lang="en-US">This menu 
contains commands to control the on-screen display of the document, change the 
user interface and access the sidebar panels.</paragraph>
-</section>
-<h2 id="par_idN105AB" xml-lang="en-US">Normal</h2>
-<paragraph id="par_idN105AF" role="paragraph" xml-lang="en-US">Switch to 
normal view of the page.</paragraph>
-<h2 id="par_idN105B2" xml-lang="en-US">Master</h2>
-<paragraph id="par_idN105B6" role="paragraph" xml-lang="en-US">Switch to the 
master view.</paragraph>
-<h2 id="hd_id221605492986383"><link 
href="text/shared/01/notebook_bar.xhp">User Interface</link></h2>
-<paragraph role="paragraph" id="par_id761605493042236">Opens dialog box for 
selecting layout of user interface.</paragraph>
-<embed href="text/shared/01/03990000.xhp#toolbars"/>
-<embed href="text/shared/01/03060000.xhp#status_bar"/>
-<embed href="text/simpress/01/slidesorter.xhp#page_slide_pane"/>
-<embed href="text/simpress/01/03060000.xhp#rulers"/>
-<embed href="text/shared/01/grid_and_helplines.xhp#grid_and_help_lines"/>
-<embed href="text/shared/01/guides.xhp#snap_lines"/>
-<h2 id="hd_id102720151746522815" xml-lang="en-US">Comments</h2>
-<paragraph id="par_id102720150112252143" role="paragraph" 
xml-lang="en-US">Show or hide annotations on the page.</paragraph>
-<embed href="text/simpress/01/03180000.xhp#color_grayscale"/>
-<embed href="text/shared/01/menu_view_sidebar.xhp#sidebar"/>
-<embed href="text/shared/01/styles.xhp#styles_and_formatting"/>
-<embed href="text/shared/01/gallery.xhp#media_gallery"/>
-<embed href="text/shared/01/navigator.xhp#navigator"/>
-<embed href="text/shared/01/03170000.xhp#colorbar_header"/>
-<embed href="text/shared/01/03170000.xhp#colorbar_text"/>
-<h2 id="hd_id961605560845125">Shift</h2>
-<paragraph role="paragraph" id="par_id301605560855098">Use to shift the 
position of the page in the window. When enabled, the appearance of the mouse 
pointer changes. Click the page and drag to desired position.</paragraph>
-<h2 id="hd_id3149666" xml-lang="en-US"><link 
href="text/shared/01/03010000.xhp">Zoom</link></h2>
-<embed href="text/shared/01/03010000.xhp#zoom_text"/>
-</body>
-</helpdocument>
diff --git a/source/text/simpress/main0100.xhp 
b/source/text/simpress/main0100.xhp
index 313a76ebe7..e45f3dc781 100644
--- a/source/text/simpress/main0100.xhp
+++ b/source/text/simpress/main0100.xhp
@@ -36,7 +36,7 @@
 <embed href="text/shared/00/00000011.xhp#menu_commands_text"/>
 <embed href="text/shared/menu/PickList.xhp#file_menu"/>
 <embed href="text/simpress/main_edit.xhp#edit"/>
-<embed href="text/simpress/main0103.xhp#view"/>
+<embed href="text/shared/main0103.xhp#view"/>
 <embed href="text/simpress/main0104.xhp#insert"/>
 <embed href="text/simpress/main_format.xhp#format"/>
 <embed href="text/simpress/main_slide.xhp#slide"/>
diff --git a/source/text/simpress/main0103.xhp 
b/source/text/simpress/main0103.xhp
deleted file mode 100644
index 7a9dc3c5e2..0000000000
--- a/source/text/simpress/main0103.xhp
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<helpdocument version="1.0">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   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 regarding copyright
- *   ownership. The ASF licenses this file 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 .
--->
-
-<meta>
-  <topic id="textsimpressmain0103xml" indexer="include" status="PUBLISH">
-    <title id="tit" xml-lang="en-US">View</title>
-    <filename>/text/simpress/main0103.xhp</filename>
-  </topic>
-</meta>
-<body>
-
-<section id="view">
-<bookmark xml-lang="en-US" branch="hid/.uno:ViewMenu" id="bm_id2276680" 
localize="false"/>
-
-<h1 id="hd_id3150297"><link href="text/simpress/main0103.xhp">View</link></h1>
-<paragraph id="par_id3149378" role="paragraph" xml-lang="en-US"><ahelp 
hid=".">This menu contains commands to control the on-screen display of the 
document, change the user interface and access the sidebar 
panels.</ahelp></paragraph>
-</section>
-<embed href="text/simpress/01/03080000.xhp#normal_view"/>
-<embed href="text/simpress/01/03090000.xhp#outline_view"/>
-<embed href="text/simpress/01/03110000.xhp#notes_view"/>
-
-<h2 id="hd_id110120150549176280"><link 
href="text/simpress/01/03120000.xhp">Handout</link></h2>
-<embed href="text/simpress/01/03120000.xhp#handout_text"/>
-<embed href="text/simpress/01/03100000.xhp#slide_sorter"/>
-<embed href="text/simpress/01/03150100.xhp#slide_master"/>
-<embed href="text/simpress/01/03150300.xhp#notes_master"/>
-<embed href="text/shared/01/03990000.xhp#toolbars"/>
-<embed href="text/shared/01/03060000.xhp#status_bar"/>
-<embed href="text/simpress/01/03060000.xhp#rulers"/>
-<embed href="text/simpress/01/slidesorter.xhp#page_slide_pane"/>
-<embed href="text/shared/01/grid_and_helplines.xhp#grid_and_help_lines"/>
-<embed href="text/shared/01/guides.xhp#snap_lines"/>
-
-<h2 id="hd_id102720151244263489">Object Moving Helplines</h2>
-<embed href="text/shared/optionen/01070100.xhp#helplines"/>
-<embed href="text/simpress/01/03180000.xhp#color_grayscale"/>
-
-<h2 id="hd_id102720151246522815">Comments</h2>
-<paragraph id="par_id102720150112252443" role="paragraph" 
xml-lang="en-US">Show or hide a presentation's annotations.</paragraph>
-
-<h2 id="hd_id102720151246523444">Master Background</h2>
-<paragraph id="par_id102720150112257941" role="paragraph" 
xml-lang="en-US">Toggle the visibility of a master slide's background to be 
used as the background of the current slide.</paragraph>
-
-<h2 id="hd_id102720151246521837">Master Objects</h2>
-<paragraph id="par_id102720150112256473" role="paragraph" 
xml-lang="en-US">Toggle the visibility of a master slide's objects to appear on 
the current slide.</paragraph>
-<embed href="text/simpress/01/03151000.xhp#master_elements"/>
-<embed href="text/shared/01/menu_view_sidebar.xhp#sidebar"/>
-<embed href="text/shared/01/styles.xhp#styles_and_formatting"/>
-
-<h2 id="hd_id102720150908397549"><link href="text/shared/01/gallery.xhp">Clip 
Art Gallery</link></h2>
-<embed href="text/shared/01/gallery.xhp#media_gallery_text"/>
-<embed href="text/shared/01/navigator.xhp#navigator"/>
-
-<h2 id="hd_id3149121"><link href="text/shared/01/03010000.xhp">Zoom</link></h2>
-<embed href="text/shared/01/03010000.xhp#zoom_text"/>
-</body>
-
-</helpdocument>
diff --git a/source/text/smath/main0100.xhp b/source/text/smath/main0100.xhp
index 6fb09d52b6..322362839a 100644
--- a/source/text/smath/main0100.xhp
+++ b/source/text/smath/main0100.xhp
@@ -34,7 +34,7 @@
   <embed href="text/shared/00/00000011.xhp#menu_commands_text"/>
   <embed href="text/shared/menu/PickList.xhp#file_menu"/>
   <embed href="text/smath/main0102.xhp#edit"/>
-  <embed href="text/smath/main0103.xhp#view"/>
+  <embed href="text/shared/main0103.xhp#view"/>
   <embed href="text/smath/main0105.xhp#format"/>
   <embed href="text/smath/main0106.xhp#tools"/>
   <embed href="text/shared/main0107.xhp#window"/>
diff --git a/source/text/smath/main0103.xhp b/source/text/smath/main0103.xhp
deleted file mode 100644
index af623574fc..0000000000
--- a/source/text/smath/main0103.xhp
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<helpdocument version="1.0">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   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 regarding copyright
- *   ownership. The ASF licenses this file 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 .
- -->
-
-<meta>
-<topic id="textsmathmain0103xml" indexer="include" status="PUBLISH">
-<title id="tit" xml-lang="en-US">View</title>
-<filename>/text/smath/main0103.xhp</filename>
-</topic>
-<history>
-<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
-</history>
-</meta>
-<body>
-<section id="view">
-<h1 id="hd_id3155064" xml-lang="en-US"><link 
href="text/smath/main0103.xhp">View</link></h1>
-<paragraph role="paragraph" id="par_id3147338" xml-lang="en-US">Sets the 
display scale and defines which elements you want to be visible. Most of the 
commands that you can enter into the <emph>Commands</emph> window can also be 
accessed through a mouse click if you have already opened the Elements pane 
with <link href="text/smath/01/03090000.xhp"><menuitem>View - 
Elements</menuitem></link>.</paragraph>
-</section>
-<h2 id="hd_id3150205" xml-lang="en-US"><link 
href="text/shared/01/03010000.xhp">Zoom</link></h2>
-<embed href="text/shared/01/03010000.xhp#massstabtext"/>
-<embed href="text/smath/01/03040000.xhp#zoom_in"/>
-<embed href="text/smath/01/03050000.xhp#zoom_out"/>
-<embed href="text/smath/01/03060000.xhp#show_all"/>
-<embed href="text/smath/01/03070000.xhp#update"/>
-<embed href="text/smath/01/03080000.xhp#autoupdate_display"/>
-<embed href="text/smath/01/03090000.xhp#elements"/>
-<embed href="text/shared/01/03060000.xhp#status_bar"/>
-<embed href="text/shared/01/03110000.xhp#full_screen"/>
-</body>
-</helpdocument>
diff --git a/source/text/swriter/main0100.xhp b/source/text/swriter/main0100.xhp
index 5e873c6d3c..8c58b29326 100644
--- a/source/text/swriter/main0100.xhp
+++ b/source/text/swriter/main0100.xhp
@@ -35,7 +35,7 @@
 <embed href="text/shared/00/00000011.xhp#menu_commands_text"/>
 <embed href="text/shared/menu/PickList.xhp#file_menu"/>
 <embed href="text/swriter/main0102.xhp#edit"/>
-<embed href="text/swriter/main0103.xhp#view"/>
+<embed href="text/shared/main0103.xhp#view"/>
 <embed href="text/swriter/main0104.xhp#insert"/>
 <embed href="text/swriter/main0105.xhp#format"/>
 <embed href="text/shared/menu/style_menu.xhp#styles"/>
diff --git a/source/text/swriter/main0103.xhp b/source/text/swriter/main0103.xhp
deleted file mode 100644
index 3154d59e2f..0000000000
--- a/source/text/swriter/main0103.xhp
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<helpdocument version="1.0">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   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 regarding copyright
- *   ownership. The ASF licenses this file 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 .
--->
-
-<meta>
-  <topic id="textswritermain0103xml" indexer="include">
-    <title id="tit" xml-lang="en-US">View</title>
-    <filename>/text/swriter/main0103.xhp</filename>
-  </topic>
-</meta>
-
-<body>
-<section id="view">
-<bookmark xml-lang="en-US" branch="hid/.uno:ViewMenu" id="bm_id7882320" 
localize="false"/>
-
-<h1 id="hd_id3147233"><link href="text/swriter/main0103.xhp">View</link></h1>
-<paragraph id="par_id3147249" role="paragraph" xml-lang="en-US"><ahelp 
hid=".">This menu contains commands to control the on-screen display of the 
document, change the user interface and access the sidebar 
panels.</ahelp></paragraph>
-</section>
-
-<embed href="text/swriter/01/03130000.xhp#normal_layout"/>
-<embed href="text/swriter/01/03120000.xhp#web_layout"/>
-<embed href="text/shared/01/notebook_bar.xhp#using_the_notebook_bar"/>
-
-<embed href="text/shared/02/19090000.xhp#htmlsource"/>
-<embed href="text/shared/01/03990000.xhp#toolbars"/>
-<embed href="text/shared/01/03060000.xhp#status_bar"/>
-<embed href="text/swriter/01/03050000.xhp#rulers"/>
-
-<embed href="text/shared/01/scrollbars.xhp#scrollbars"/>
-
-<embed href="text/shared/01/grid_and_helplines.xhp#grid_and_help_lines"/>
-<embed href="text/swriter/01/03100000.xhp#nonprinting_chars"/>
-<embed href="text/swriter/01/03070000.xhp#text_boundaries"/>
-
-<embed href="text/swriter/01/view_table_bounds.xhp#tableboundaries"/>
-
-<embed href="text/swriter/01/view_images_charts.xhp#imagescharts"/>
-
-<embed href="text/swriter/01/show_whitespace.xhp#show_whitespace_head"/>
-<embed href="text/shared/01/02230200.xhp#showchanges"/>
-
-<embed href="text/shared/01/view_comments.xhp#viewcomments"/>
-
-<embed href="text/swriter/01/view_resolved_comments.xhp#resolvedcomments"/>
-
-<embed href="text/swriter/01/03080000.xhp#field_shadings"/>
-<embed href="text/swriter/01/03090000.xhp#field_names"/>
-<embed href="text/swriter/01/03140000.xhp#hidden_paragraphs"/>
-<embed href="text/shared/01/menu_view_sidebar.xhp#sidebar"/>
-<embed href="text/shared/01/styles.xhp#styles_and_formatting"/>
-
-<embed href="text/shared/01/gallery.xhp#media_gallery"/>
-
-<embed href="text/shared/01/navigator.xhp#navigator"/>
-<embed href="text/shared/01/04180100.xhp#data_sources"/>
-<embed href="text/shared/01/03110000.xhp#full_screen"/>
-
-<h2 id="hd_id3147265"><link href="text/shared/01/03010000.xhp">Zoom</link></h2>
-<embed href="text/shared/01/03010000.xhp#zoom_text"/>
-
-</body>
-</helpdocument>
commit a6b347432e6370b425c34cad64603626ca363916
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Mon Sep 2 17:30:20 2024 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Tue Sep 3 11:50:42 2024 +0200

    tdf#162607 Remove dup's in hid2file.js, WindowList
    
    + .uno:WindowList scattered in 5 files
    + Same content in each
    + moved to shared/
    + refactor links from trees and main menus
    
    Change-Id: I1232812d662fa838b24385bf769941c6fafcc5d1
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172777
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk
index a3dc974a75..585c2d1a88 100644
--- a/AllLangHelp_scalc.mk
+++ b/AllLangHelp_scalc.mk
@@ -468,7 +468,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
     helpcontent2/source/text/scalc/main0103 \
     helpcontent2/source/text/scalc/main0104 \
     helpcontent2/source/text/scalc/main0105 \
-    helpcontent2/source/text/scalc/main0107 \
     helpcontent2/source/text/scalc/main0112 \
     helpcontent2/source/text/scalc/main0116 \
     helpcontent2/source/text/scalc/main0200 \
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index 9c88410460..c7b2785639 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -833,6 +833,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
     helpcontent2/source/text/shared/guide/xsltfilter \
     helpcontent2/source/text/shared/guide/xsltfilter_create \
     helpcontent2/source/text/shared/guide/xsltfilter_distribute \
+    helpcontent2/source/text/shared/main0107 \
     helpcontent2/source/text/shared/main0108 \
     helpcontent2/source/text/shared/main0201 \
     helpcontent2/source/text/shared/main0204 \
diff --git a/AllLangHelp_simpress.mk b/AllLangHelp_simpress.mk
index 1e14dffbf1..9c224d01b1 100644
--- a/AllLangHelp_simpress.mk
+++ b/AllLangHelp_simpress.mk
@@ -188,7 +188,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,simpress,\
     helpcontent2/source/text/simpress/main0103 \
     helpcontent2/source/text/simpress/main0104 \
     helpcontent2/source/text/simpress/main_format \
-    helpcontent2/source/text/simpress/main0107 \
     helpcontent2/source/text/simpress/main0113 \
     helpcontent2/source/text/simpress/main0114 \
     helpcontent2/source/text/simpress/main_slide \
diff --git a/AllLangHelp_smath.mk b/AllLangHelp_smath.mk
index 32b6c606a2..803a9205e9 100644
--- a/AllLangHelp_smath.mk
+++ b/AllLangHelp_smath.mk
@@ -91,7 +91,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,smath,\
     helpcontent2/source/text/smath/main0103 \
     helpcontent2/source/text/smath/main0105 \
     helpcontent2/source/text/smath/main0106 \
-    helpcontent2/source/text/smath/main0107 \
     helpcontent2/source/text/smath/main0200 \
     helpcontent2/source/text/smath/main0202 \
     helpcontent2/source/text/smath/main0203 \
diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk
index 9233b24a29..5218d3147c 100644
--- a/AllLangHelp_swriter.mk
+++ b/AllLangHelp_swriter.mk
@@ -416,7 +416,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
     helpcontent2/source/text/swriter/main0103 \
     helpcontent2/source/text/swriter/main0104 \
     helpcontent2/source/text/swriter/main0105 \
-    helpcontent2/source/text/swriter/main0107 \
     helpcontent2/source/text/swriter/main0110 \
     helpcontent2/source/text/swriter/main0120 \
     helpcontent2/source/text/swriter/main0200 \
diff --git a/source/auxiliary/scalc.tree b/source/auxiliary/scalc.tree
index 8a4e241118..8b677e54a2 100644
--- a/source/auxiliary/scalc.tree
+++ b/source/auxiliary/scalc.tree
@@ -39,7 +39,7 @@
         <topic id="scalc/text/scalc/main0116.xhp">Sheet</topic>
         <topic id="scalc/text/scalc/main0112.xhp">Data</topic>
         <topic id="scalc/text/shared/main_tools.xhp">Tools</topic>
-        <topic id="scalc/text/scalc/main0107.xhp">Window</topic>
+        <topic id="scalc/text/shared/main0107.xhp">Window</topic>
         <topic id="shared/text/shared/main0108.xhp">Help</topic>
       </node>
       <node id="080202" title="Toolbars">
diff --git a/source/auxiliary/sdraw.tree b/source/auxiliary/sdraw.tree
index edeef89aff..6ce334c101 100644
--- a/source/auxiliary/sdraw.tree
+++ b/source/auxiliary/sdraw.tree
@@ -27,7 +27,7 @@
         <topic id="sdraw/text/sdraw/main_page.xhp">Page</topic>
         <topic id="sdraw/text/sdraw/main_shape.xhp">Shape</topic>
         <topic id="sdraw/text/shared/main_tools.xhp">Tools</topic>
-        <topic id="simpress/text/simpress/main0107.xhp">Window</topic>
+        <topic id="simpress/text/shared/main0107.xhp">Window</topic>
         <topic id="shared/text/shared/main0108.xhp">Help</topic>
       </node>
       <node id="11020202" title="Toolbars">
diff --git a/source/auxiliary/simpress.tree b/source/auxiliary/simpress.tree
index 709960e636..ef7074874a 100644
--- a/source/auxiliary/simpress.tree
+++ b/source/auxiliary/simpress.tree
@@ -37,7 +37,7 @@
         <topic id="simpress/text/simpress/main_slide.xhp">Slide</topic>
         <topic id="simpress/text/simpress/main0114.xhp">Slide Show</topic>
         <topic id="simpress/text/shared/main_tools.xhp">Tools</topic>
-        <topic id="simpress/text/simpress/main0107.xhp">Window</topic>
+        <topic id="simpress/text/shared/main0107.xhp">Window</topic>
         <topic id="shared/text/shared/main0108.xhp">Help</topic>
       </node>
       <node id="04020102" title="Toolbars">
diff --git a/source/auxiliary/swriter.tree b/source/auxiliary/swriter.tree
index 60280b22b2..7b28599c51 100644
--- a/source/auxiliary/swriter.tree
+++ b/source/auxiliary/swriter.tree
@@ -39,7 +39,7 @@
         <topic id="swriter/text/swriter/main0110.xhp">Table</topic>
         <topic id="swriter/text/swriter/main0120.xhp">Form</topic>
         <topic id="swriter/text/shared/main_tools.xhp">Tools</topic>
-        <topic id="swriter/text/swriter/main0107.xhp">Window</topic>
+        <topic id="swriter/text/shared/main0107.xhp">Window</topic>
         <topic id="shared/text/shared/main0108.xhp">Help</topic>
       </node>
       <node id="020202" title="Toolbars">
diff --git a/source/text/scalc/main0100.xhp b/source/text/scalc/main0100.xhp
index 84d69719e2..dec36153e5 100644
--- a/source/text/scalc/main0100.xhp
+++ b/source/text/scalc/main0100.xhp
@@ -42,7 +42,7 @@
 <embed href="text/scalc/main0116.xhp#sheet"/>
 <embed href="text/scalc/main0112.xhp#data"/>
 <embed href="text/shared/main_tools.xhp#tools_menu"/>
-<embed href="text/scalc/main0107.xhp#window"/>
+<embed href="text/shared/main0107.xhp#window"/>
 <embed href="text/shared/main0108.xhp#help"/>
 </body>
 </helpdocument>
diff --git a/source/text/sdraw/main0100.xhp b/source/text/sdraw/main0100.xhp
index cbdea51345..31fead16c0 100644
--- a/source/text/sdraw/main0100.xhp
+++ b/source/text/sdraw/main0100.xhp
@@ -44,7 +44,7 @@
   <!--
   <embed href="text/simpress/main0113.xhp#modify"/>
   -->
-  <embed href="text/simpress/main0107.xhp#window"/>
+  <embed href="text/shared/main0107.xhp#window"/>
   <embed href="text/shared/main0108.xhp#help"/>
  </body>
 </helpdocument>
diff --git a/source/text/scalc/main0107.xhp b/source/text/shared/main0107.xhp
similarity index 69%
rename from source/text/scalc/main0107.xhp
rename to source/text/shared/main0107.xhp
index 429d12e040..e534dbb96d 100644
--- a/source/text/scalc/main0107.xhp
+++ b/source/text/shared/main0107.xhp
@@ -19,20 +19,18 @@
 -->
 
 <meta>
-  <topic id="textscalcmain0107xml" indexer="include" status="PUBLISH">
-    <title id="tit" xml-lang="en-US">Window</title>
-    <filename>/text/scalc/main0107.xhp</filename>
+  <topic id="textsharedmain0107xml" indexer="include" status="PUBLISH">
+    <title id="tit">Window</title>
+    <filename>/text/shared/main0107.xhp</filename>
   </topic>
 </meta>
 
 <body>
-
+<bookmark branch="hid/.uno:WindowList" id="bm_id8218634" localize="false"/>
 
 <section id="window">
-<bookmark xml-lang="en-US" branch="hid/.uno:WindowList" id="bm_id6907559" 
localize="false"/>
-
-<h1 id="hd_id3154758"><link href="text/scalc/main0107.xhp">Window</link></h1>
-<paragraph id="par_id3150398" role="paragraph" xml-lang="en-US"><ahelp 
hid=".">Contains commands for manipulating and displaying document 
windows.</ahelp></paragraph>
+<h1 id="hd_id3153770"><link href="text/shared/main0107.xhp">Window</link></h1>
+<paragraph id="par_id3147435" role="paragraph"><ahelp 
hid=".uno:WindowList">Contains commands for manipulating and displaying 
document windows.</ahelp></paragraph>
 </section>
 <embed href="text/shared/01/07010000.xhp#newwindow"/>
 <embed href="text/shared/02/10100000.xhp#close"/>
diff --git a/source/text/simpress/main0100.xhp 
b/source/text/simpress/main0100.xhp
index bffae777df..313a76ebe7 100644
--- a/source/text/simpress/main0100.xhp
+++ b/source/text/simpress/main0100.xhp
@@ -42,7 +42,7 @@
 <embed href="text/simpress/main_slide.xhp#slide"/>
 <embed href="text/simpress/main0114.xhp#slideshow"/>
 <embed href="text/shared/main_tools.xhp#tools_menu"/>
-<embed href="text/simpress/main0107.xhp#window"/>
+<embed href="text/shared/main0107.xhp#window"/>
 <embed href="text/shared/main0108.xhp#help"/>
 </body>
 
diff --git a/source/text/simpress/main0107.xhp 
b/source/text/simpress/main0107.xhp
deleted file mode 100644
index 7eb9244b5a..0000000000
--- a/source/text/simpress/main0107.xhp
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<helpdocument version="1.0">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   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 regarding copyright
- *   ownership. The ASF licenses this file 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 .
--->
-
-<meta>
-  <topic id="textsimpressmain0107xml" indexer="include" status="PUBLISH">
-    <title id="tit" xml-lang="en-US">Window</title>
-    <filename>/text/simpress/main0107.xhp</filename>
-  </topic>
-</meta>
-
-<body>
-
-
-<section id="window">
-<bookmark xml-lang="en-US" branch="hid/.uno:WindowList" id="bm_id8218634" 
localize="false"/>
-
-<h1 id="hd_id3153770"><link 
href="text/simpress/main0107.xhp">Window</link></h1>
-<paragraph id="par_id3147435" role="paragraph" xml-lang="en-US"><ahelp 
hid=".uno:WindowList">Contains commands for manipulating and displaying 
document windows.</ahelp></paragraph>
-</section>
-<embed href="text/shared/01/07010000.xhp#newwindow"/>
-<embed href="text/shared/02/10100000.xhp#close"/>
-<embed href="text/shared/01/07080000.xhp#document_list"/>
-</body>
-
-</helpdocument>
\ No newline at end of file
diff --git a/source/text/smath/main0100.xhp b/source/text/smath/main0100.xhp
index 1059fb798b..6fb09d52b6 100644
--- a/source/text/smath/main0100.xhp
+++ b/source/text/smath/main0100.xhp
@@ -37,7 +37,7 @@
   <embed href="text/smath/main0103.xhp#view"/>
   <embed href="text/smath/main0105.xhp#format"/>
   <embed href="text/smath/main0106.xhp#tools"/>
-  <embed href="text/smath/main0107.xhp#window"/>
+  <embed href="text/shared/main0107.xhp#window"/>
   <embed href="text/shared/main0108.xhp#help"/>
 
  </body>
diff --git a/source/text/smath/main0107.xhp b/source/text/smath/main0107.xhp
deleted file mode 100644
index 118962b64d..0000000000
--- a/source/text/smath/main0107.xhp
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   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 regarding copyright
- *   ownership. The ASF licenses this file 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 .
- -->
-<helpdocument version="1.0">
-<meta>
-<topic id="textsmathmain0107xml" indexer="include" status="PUBLISH">
-<title xml-lang="en-US" id="tit">Window</title>
-<filename>/text/smath/main0107.xhp</filename>
-</topic>
-<history>
-<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
-</history>
-</meta>
-<body>
-  
-  
-  <section id="window">
-  <h1 id="hd_id3155066"><link href="text/smath/main0107.xhp">Window</link></h1>
-  <paragraph role="paragraph" id="par_id3147339" xml-lang="en-US">In the 
Window menu, you can open a new window and see the document list.</paragraph>
-  </section>
-  <embed href="text/shared/01/07010000.xhp#newwindow"/>
-  <embed href="text/shared/02/10100000.xhp#close"/>
-  <embed href="text/shared/01/07080000.xhp#document_list"/>
- </body>
-</helpdocument>
diff --git a/source/text/swriter/main0100.xhp b/source/text/swriter/main0100.xhp
index e82720025e..5e873c6d3c 100644
--- a/source/text/swriter/main0100.xhp
+++ b/source/text/swriter/main0100.xhp
@@ -42,7 +42,7 @@
 <embed href="text/swriter/main0110.xhp#table"/>
 <embed href="text/swriter/main0120.xhp#form"/>
 <embed href="text/shared/main_tools.xhp#tools_menu"/>
-<embed href="text/swriter/main0107.xhp#window"/>
+<embed href="text/shared/main0107.xhp#window"/>
 <embed href="text/shared/main0108.xhp#help"/>
 </body>
 </helpdocument>
diff --git a/source/text/swriter/main0107.xhp b/source/text/swriter/main0107.xhp
deleted file mode 100644
index a66795c44d..0000000000
--- a/source/text/swriter/main0107.xhp
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   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 regarding copyright
- *   ownership. The ASF licenses this file 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 .
- -->
-
-<helpdocument version="1.0">
-<meta>
-<topic id="textswritermain0107xml" indexer="include" status="PUBLISH">
-<title xml-lang="en-US" id="tit">Window</title>
-<filename>/text/swriter/main0107.xhp</filename>
-</topic>
-<history>
-<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
-</history>
-</meta>
-<body>
-  
-  
-  <section id="window">
-<bookmark branch="hid/.uno:WindowList" xml-lang="en-US" id="bm_id3147259" 
localize="false"/>
-<h1 id="hd_id3147248"><link href="text/swriter/main0107.xhp">Window</link></h1>
-  <paragraph role="paragraph" id="par_id3147269" xml-lang="en-US"><ahelp 
hid=".uno:WindowList" visibility="visible">Contains commands for manipulating 
and displaying document windows.</ahelp></paragraph>
-  </section>
-  <embed href="text/shared/01/07010000.xhp#newwindow"/>
-  <embed href="text/shared/02/10100000.xhp#close"/>
-  <embed href="text/shared/01/07080000.xhp#document_list"/>
- </body>
-</helpdocument>

Reply via email to