[Libreoffice-commits] help.git: AllLangHelp_simpress.mk source/text

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Sun Mar 7 16:24:21 UTC 2021


 AllLangHelp_simpress.mk                       |    1 
 source/text/simpress/main_format.xhp          |   14 -------------
 source/text/simpress/submenu_object_shape.xhp |   27 ++++++++++++++++++++++++++
 3 files changed, 29 insertions(+), 13 deletions(-)

New commits:
commit a601b032ba5b63f30026fdfe5ba61941fc8e2b8c
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Sun Mar 7 16:32:10 2021 +0100
Commit:     Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Sun Mar 7 17:23:58 2021 +0100

    tdf#102265  add Object and Shape submenu; embed in Format menu
    
        add simpress/submenu_object_shape.xhp
    
        ( simpress/main_format.xhp )
          * embed the new submenu into Format menu
          - remove "Object and Shape" heading and embed
            to "Position and Size" for that heading.
          - remove "Text", "Area", "Line" controls because
            they are all described now in the new submenu.
    
    Change-Id: I06981f718b8d6f4d1869efc2a56ba6c9951e6de4
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112080
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.blanco at youmail.dk>

diff --git a/AllLangHelp_simpress.mk b/AllLangHelp_simpress.mk
index 9f878a356..0ca10adbf 100644
--- a/AllLangHelp_simpress.mk
+++ b/AllLangHelp_simpress.mk
@@ -215,6 +215,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,simpress,\
     helpcontent2/source/text/simpress/main0213 \
     helpcontent2/source/text/simpress/main0214 \
     helpcontent2/source/text/simpress/main0503 \
+    helpcontent2/source/text/simpress/submenu_object_shape \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/source/text/simpress/main_format.xhp b/source/text/simpress/main_format.xhp
index 3c4339e82..65b7268b4 100644
--- a/source/text/simpress/main_format.xhp
+++ b/source/text/simpress/main_format.xhp
@@ -43,19 +43,7 @@
 
     <h2 id="hd_id3147299"><link href="text/shared/01/06050000.xhp" name="Numbering/Bullets">Bullets and Numbering</link></h2>
     <embed href="text/shared/01/06050000.xhp#numauftext"/>
-
-    <h2 id="hd_id3149499"><link href="text/shared/01/05230000.xhp" name="Position and Size">Object and Shape</link></h2>
-    <embed href="text/shared/01/05230000.xhp#groessetext"/>
-<comment>The next three "Line", "Area" and "Text" together with "Position and Size" should be in an "Object and Shape" submenu</comment>
-    <h2 id="hd_id3154510"><link href="text/shared/01/05200000.xhp" name="Line">Line</link></h2>
-    <embed href="text/shared/01/05200000.xhp#linietext"/>
-
-    <h2 id="hd_id3149021"><link href="text/shared/01/05210000.xhp" name="Area">Area</link></h2>
-    <embed href="text/shared/01/05210000.xhp#flaechetext"/>
-
-    <h2 id="hd_id3155961"><link href="text/shared/01/05990000.xhp" name="Text">Text</link></h2>
-    <embed href="text/shared/01/05990000.xhp#texttext"/>
-
+    <embed href="text/simpress/submenu_object_shape.xhp#objectshape"/>
     <embed href="text/simpress/01/06070000.xhp#interactionh1"/>
     <embed href="text/shared/01/05190000.xhp#name_head"/>
     <embed href="text/shared/01/05190100.xhp#description_head"/>
diff --git a/source/text/simpress/submenu_object_shape.xhp b/source/text/simpress/submenu_object_shape.xhp
new file mode 100644
index 000000000..fa2f0b162
--- /dev/null
+++ b/source/text/simpress/submenu_object_shape.xhp
@@ -0,0 +1,27 @@
+<?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 https://mozilla.org/MPL/2.0/.
+ *
+-->
+<meta>
+  <topic id="submenu_object_shape" indexer="include" status="PUBLISH">
+    <title id="tit" xml-lang="en-US">Object and Shape (Impress)</title>
+    <filename>/text/simpress/submenu_object_shape.xhp</filename>
+  </topic>
+</meta>
+<body>
+<section id="objectshape">
+<h1 id="hd_id231615117568430"><link href="text/simpress/submenu_object_shape.xhp" name="Object and Shape">Object and Shape</link></h1>
+<paragraph role="paragraph" id="par_id111615131426235">Opens a submenu to edit the properties of the selected object or shape.</paragraph>
+</section>
+<embed href="text/shared/01/05230000.xhp#position_and_size"/>
+<embed href="text/shared/01/05990000.xhp#text"/>
+<embed href="text/shared/01/05200000.xhp#line"/>
+<embed href="text/shared/01/05210000.xhp#area"/>
+</body>
+</helpdocument>


More information about the Libreoffice-commits mailing list