summaryrefslogtreecommitdiff
path: root/scp2/source/templates
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2016-09-07 22:39:11 +0200
committerAndras Timar <andras.timar@collabora.com>2016-09-08 21:20:58 +0000
commit8dc38d9ded92960eda46343b67da8a8b95404b5a (patch)
tree3d758be37537c34efc27c8e6dcb6dbc2681798be /scp2/source/templates
parentba18832ceeda21f047a664b71a4333a54737e6c8 (diff)
Remove obsolete OxygenOffice bits
Since 77104ccd7658cb8f3ac142ea9f7fabc15fc08580 the OxygenOffice distro configs are removed and no other official distro uses these. Change-Id: I2b4d5fea7e4b9098ac88733821af219db23c48fe Reviewed-on: https://gerrit.libreoffice.org/28738 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'scp2/source/templates')
-rw-r--r--scp2/source/templates/module_langpack_extensions_templates.sct38
1 files changed, 0 insertions, 38 deletions
diff --git a/scp2/source/templates/module_langpack_extensions_templates.sct b/scp2/source/templates/module_langpack_extensions_templates.sct
deleted file mode 100644
index 131693fb8aec..000000000000
--- a/scp2/source/templates/module_langpack_extensions_templates.sct
+++ /dev/null
@@ -1,38 +0,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 .
- */
-
-#include "macros.inc"
-
-Module gid_Module_Optional_Extensions_Sun_T_Pack_Root_<LANGUAGE_>
- ParentID = gid_Module_Optional_Extensions_Sun_Template_Pack;
- Sortkey = "<SORTKEY>";
- Language = "<LANGUAGE>";
- MOD_NAME_DESC(MODULE_LANGPACK_<LANGUAGEBIG_>);
- Styles =(LANGUAGEMODULE, SHOW_MULTILINGUAL_ONLY, USELANGUAGENAME);
-End
-
-Module gid_Module_Optional_Extensions_Sun_T_Pack_<LANGUAGE_>
- ParentID = gid_Module_Optional_Extensions_Sun_T_Pack_Root_<LANGUAGE_>;
- Sortkey = "50";
- Language = "<LANGUAGE>";
- Assigns = gid_Module_Optional_Extensions_Sun_T_Pack_Template;
- Name = "gid_Module_Optional_Extensions_Sun_T_Pack_<LANGUAGE_>";
- Description = "gid_Module_Optional_Extensions_Sun_T_Pack_<LANGUAGE_>";
- PackageInfo = "packinfo_office_lang.txt";
- Styles =(HIDDEN_ROOT, LANGUAGEMODULE);
-End