[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - officecfg/registry sd/uiconfig

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Dec 18 15:09:57 UTC 2018


 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    5 -----
 sd/uiconfig/simpress/menubar/menubar.xml                             |    1 -
 2 files changed, 6 deletions(-)

New commits:
commit d1f4f40c3ebb86aa6ccfc12c5aaa3ac0c0631f58
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Dec 18 12:44:37 2018 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Dec 18 16:09:35 2018 +0100

    Related: tdf#103884 remove dangling menubar command
    
    since...
    
    commit 08a43cc97ccf88faa9d3a04afc3aacd2c885a2d1
    Date:   Sat Oct 28 02:28:18 2017 +0200
    
        related: tdf#103884 remove gltf/collada feature
    
    Change-Id: I7671746f2b33f8d4eae207448267d0284a3f9804
    Reviewed-on: https://gerrit.libreoffice.org/65337
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index f4613e2aa533..c0a1510444eb 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -6669,11 +6669,6 @@
           <value xml:lang="en-US">Edit with External Tool</value>
         </prop>
       </node>
-      <node oor:name=".uno:Insert3DModel" oor:op="replace">
-        <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">3D Model...</value>
-        </prop>
-      </node>
       <node oor:name=".uno:ClassificationApply" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
           <value xml:lang="en-US">Apply document classification</value>
diff --git a/sd/uiconfig/simpress/menubar/menubar.xml b/sd/uiconfig/simpress/menubar/menubar.xml
index a34f5cf36e82..0e8b2f0ccbf3 100644
--- a/sd/uiconfig/simpress/menubar/menubar.xml
+++ b/sd/uiconfig/simpress/menubar/menubar.xml
@@ -198,7 +198,6 @@
             <menu:menu menu:id=".uno:ObjectMenu">
                 <menu:menupopup>
                     <menu:menuitem menu:id=".uno:InsertMath"/>
-                    <menu:menuitem menu:id=".uno:Insert3DModel"/>
                     <menu:menuitem menu:id=".uno:InsertObject"/>
                 </menu:menupopup>
             </menu:menu>


More information about the Libreoffice-commits mailing list