summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-07 19:00:10 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-08 17:49:55 +0200
commit32b9ff886614c1afe117ffd4c1b8807582913725 (patch)
treebc5c4d513d3556bbdd358351579752eaf57b84d5 /svx
parent429a850d0d84176dfc1f952ec8c9d08881cf1a1c (diff)
svx: remove Package_sdi
Change-Id: I0c648ca1b1f3cc22244d660e032bacbdbe0f642e
Diffstat (limited to 'svx')
-rw-r--r--svx/Library_svxcore.mk4
-rw-r--r--svx/Module_svx.mk1
-rw-r--r--svx/Package_sdi.mk25
3 files changed, 0 insertions, 30 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 19e0551b3e53..e23ae2ca8a73 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -23,10 +23,6 @@ $(eval $(call gb_Library_set_componentfile,svxcore,svx/util/svxcore))
$(eval $(call gb_Library_add_sdi_headers,svxcore,svx/sdi/svxslots))
-$(eval $(call gb_Library_use_packages,svxcore,\
- svx_sdi \
-))
-
$(eval $(call gb_Library_use_custom_headers,svxcore,\
officecfg/registry \
))
diff --git a/svx/Module_svx.mk b/svx/Module_svx.mk
index 093d11f830cc..9a08fc40dc14 100644
--- a/svx/Module_svx.mk
+++ b/svx/Module_svx.mk
@@ -28,7 +28,6 @@ $(eval $(call gb_Module_add_targets,svx,\
AllLangResTarget_gal \
AllLangResTarget_textconversiondlgs \
Package_globlmn_hrc \
- Package_sdi \
UIConfig_svx \
))
diff --git a/svx/Package_sdi.mk b/svx/Package_sdi.mk
deleted file mode 100644
index 7d0927d70069..000000000000
--- a/svx/Package_sdi.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# 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 .
-#
-
-$(eval $(call gb_Package_Package,svx_sdi,$(SRCDIR)/svx/sdi))
-$(eval $(call gb_Package_add_file,svx_sdi,inc/svx/svx.sdi,svx.sdi))
-$(eval $(call gb_Package_add_file,svx_sdi,inc/svx/svxitems.sdi,svxitems.sdi))
-$(eval $(call gb_Package_add_file,svx_sdi,inc/svx/xoitems.sdi,xoitems.sdi))
-
-# vim: set noet sw=4 ts=4: