[Libreoffice-commits] core.git: officecfg/Configuration_officecfg.mk officecfg/registry postprocess/CustomTarget_registry.mk

Stephan Bergmann sbergman at redhat.com
Sun Feb 18 16:23:10 UTC 2018


 officecfg/Configuration_officecfg.mk                                     |    1 
 officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu |   25 ----------
 postprocess/CustomTarget_registry.mk                                     |    1 
 3 files changed, 27 deletions(-)

New commits:
commit d754d5aa8f0eb97fe6ba6aa274ee8f6acf46c8ae
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Feb 16 20:02:41 2018 +0100

    tdf#113907 Remove StartModuleCommands.xcu
    
    ...now that it's empty after a1eff3100a41f592407916dd4a21d0404f1364e1
    "tdf#114206 remove duplication of strings in startmodulecommands.xcu"
    
    Change-Id: I46bd0e86a274b65919a4a3f4a4036a7858520376
    Reviewed-on: https://gerrit.libreoffice.org/49879
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/officecfg/Configuration_officecfg.mk b/officecfg/Configuration_officecfg.mk
index ccaa35aea0a9..aea750cb5b90 100644
--- a/officecfg/Configuration_officecfg.mk
+++ b/officecfg/Configuration_officecfg.mk
@@ -159,7 +159,6 @@ $(eval $(call gb_Configuration_add_localized_datas,registry,officecfg/registry/d
 	org/openoffice/Office/UI/Effects.xcu \
 	org/openoffice/Office/UI/GenericCommands.xcu \
 	org/openoffice/Office/UI/MathCommands.xcu \
-	org/openoffice/Office/UI/StartModuleCommands.xcu \
 	org/openoffice/Office/UI/BasicIDEWindowState.xcu \
 	org/openoffice/Office/UI/CalcWindowState.xcu \
 	org/openoffice/Office/UI/DrawWindowState.xcu \
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu
deleted file mode 100644
index 379aa6f151fa..000000000000
--- a/officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu
+++ /dev/null
@@ -1,25 +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 .
- -->
-<!DOCTYPE oor:component-data SYSTEM "../../../../../component-update.dtd">
-<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:install="http://openoffice.org/2004/installation" oor:name="StartModuleCommands" oor:package="org.openoffice.Office.UI">
-  <node oor:name="UserInterface">
-    <node oor:name="Commands">
-    </node>
-  </node>
-</oor:component-data>
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk
index 125ce505c18e..177558a7c9e4 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -249,7 +249,6 @@ postprocess_FILES_main := \
 	$(postprocess_XCU)/Office/UI/GenericCommands.xcu \
 	$(postprocess_XCU)/Office/UI/Notebookbar.xcu \
 	$(postprocess_XCU)/Office/UI/Sidebar.xcu \
-	$(postprocess_XCU)/Office/UI/StartModuleCommands.xcu \
 	$(postprocess_XCU)/Office/UI/StartModuleWindowState.xcu \
 	$(postprocess_XCU)/Office/UI/ToolbarMode.xcu \
 	$(postprocess_XCU)/Office/UI.xcu \


More information about the Libreoffice-commits mailing list