diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-31 01:07:42 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-31 10:42:25 +0100 |
commit | 36033194e3632f4c35333256592a50c497d089f6 (patch) | |
tree | 4030ce954d2cd6a264484b1ed0406eba072ec2ea /scp2/source/extensions | |
parent | 45460cbd4333f619fefb721462f17fc13e4f887d (diff) |
scp2: content of directory_extensions.scp is unused
Change-Id: I1e0d25def55e0c9dfd3f303e5d2c4aa82a13432d
Diffstat (limited to 'scp2/source/extensions')
-rw-r--r-- | scp2/source/extensions/directory_extensions.scp | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/scp2/source/extensions/directory_extensions.scp b/scp2/source/extensions/directory_extensions.scp deleted file mode 100644 index 92b0dcf9e1f6..000000000000 --- a/scp2/source/extensions/directory_extensions.scp +++ /dev/null @@ -1,69 +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" - -/* *** Additional Extensions *** */ - -#ifdef WITH_EXTENSION_INTEGRATION - -/* ** MediaWiki Publisher** */ - -#ifndef WITHOUT_EXTENSION_MEDIAWIKI - -Directory gid_Brand_Dir_Share_Extensions_MediaWiki - ParentID = gid_Brand_Dir_Share_Extensions; - DosName = "wiki-publisher"; -End - -#endif - -/* ** ConvertTextToNumber ** */ - -#ifdef WITH_EXTENSION_CT2N - -Directory gid_Brand_Dir_Share_Extensions_CT2N - ParentID = gid_Brand_Dir_Share_Extensions; - DosName = "ConvertTextToNumber"; -End - -#endif - -/* ** NLPSolver ** */ - -#ifdef WITH_EXTENSION_NLPSOLVER - -Directory gid_Brand_Dir_Share_Extensions_NLPSolver - ParentID = gid_Brand_Dir_Share_Extensions; - DosName = "nlpsolver"; -End - -#endif - -/* ** MySQL Connector ** */ - -#ifdef WITH_EXTENSION_MARIADBC - -Directory gid_Brand_Dir_Share_Extensions_MySQLConnector - ParentID = gid_Brand_Dir_Share_Extensions; - DosName = "mysql-connector-ooo"; -End - -#endif - -#endif |