diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-02-16 20:02:41 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-02-18 17:22:49 +0100 |
commit | d754d5aa8f0eb97fe6ba6aa274ee8f6acf46c8ae (patch) | |
tree | 62e018ed3a423ac0c194c788137ef5a36c459531 /officecfg | |
parent | 861f819d1b1a1ee4a8a15ec26cdd20121fd03ddf (diff) |
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@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/Configuration_officecfg.mk | 1 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/StartModuleCommands.xcu | 25 |
2 files changed, 0 insertions, 26 deletions
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> |