From 6fb127a62e8f6f55b41eb75e5f7c20339886e021 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 22 Aug 2012 15:11:52 +0200 Subject: Replace use_internal_api with use_udk_api etc. where appropriate Change-Id: I5e216ca01830a6568159ee8e9265938667f201a1 --- remotebridges/InternalUnoApi_uuresolver.mk | 32 ------------- remotebridges/Library_uuresolver.mk | 4 +- remotebridges/Module_remotebridges.mk | 1 - .../source/unourl_resolver/uuresolver.xml | 55 ---------------------- 4 files changed, 1 insertion(+), 91 deletions(-) delete mode 100644 remotebridges/InternalUnoApi_uuresolver.mk delete mode 100644 remotebridges/source/unourl_resolver/uuresolver.xml (limited to 'remotebridges') diff --git a/remotebridges/InternalUnoApi_uuresolver.mk b/remotebridges/InternalUnoApi_uuresolver.mk deleted file mode 100644 index 2ac538ef3a0b..000000000000 --- a/remotebridges/InternalUnoApi_uuresolver.mk +++ /dev/null @@ -1,32 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# Major Contributor(s): -# Copyright (C) 2012 Red Hat, Inc., David Tardon -# (initial developer) -# -# All Rights Reserved. -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. - -$(eval $(call gb_InternalUnoApi_InternalUnoApi,uuresolver)) - -$(eval $(call gb_InternalUnoApi_set_xmlfile,uuresolver,remotebridges/source/unourl_resolver/uuresolver.xml)) - -# vim: set shiftwidth=4 tabstop=4 noexpandtab: diff --git a/remotebridges/Library_uuresolver.mk b/remotebridges/Library_uuresolver.mk index 15fa64e5f6eb..a289b6499eca 100644 --- a/remotebridges/Library_uuresolver.mk +++ b/remotebridges/Library_uuresolver.mk @@ -29,9 +29,7 @@ $(eval $(call gb_Library_Library,uuresolver)) $(eval $(call gb_Library_set_componentfile,uuresolver,remotebridges/source/unourl_resolver/uuresolver)) -$(eval $(call gb_Library_use_internal_api,uuresolver,\ - uuresolver \ -)) +$(eval $(call gb_Library_use_udk_api,uuresolver)) $(eval $(call gb_Library_use_libraries,uuresolver,\ cppu \ diff --git a/remotebridges/Module_remotebridges.mk b/remotebridges/Module_remotebridges.mk index f439df7ac147..98903b811a6d 100644 --- a/remotebridges/Module_remotebridges.mk +++ b/remotebridges/Module_remotebridges.mk @@ -28,7 +28,6 @@ $(eval $(call gb_Module_Module,remotebridges)) $(eval $(call gb_Module_add_targets,remotebridges,\ - InternalUnoApi_uuresolver \ Library_uuresolver \ )) diff --git a/remotebridges/source/unourl_resolver/uuresolver.xml b/remotebridges/source/unourl_resolver/uuresolver.xml deleted file mode 100644 index 6ce208d93fda..000000000000 --- a/remotebridges/source/unourl_resolver/uuresolver.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - uuresolver.uno - - Daniel Boelzle - com.sun.star.comp.bridge.UnoUrlResolver - - This component allows - to retrieve an object reference from another process. - - com.sun.star.loader.SharedLibrary - c++ - - com.sun.star.bridge.UnoUrlResolver - ... - com.sun.star.uno.TypeClass - com.sun.star.lang.XTypeProvider - com.sun.star.lang.XServiceInfo - com.sun.star.lang.XSingleServiceFactory - com.sun.star.lang.XMultiServiceFactory - com.sun.star.lang.XComponent - com.sun.star.lang.XSingleComponentFactory - com.sun.star.uno.XComponentContext - com.sun.star.registry.XRegistryKey - com.sun.star.connection.XConnector - com.sun.star.bridge.XBridgeFactory - com.sun.star.bridge.XUnoUrlResolver - com.sun.star.uno.XAggregation - com.sun.star.uno.XWeak - - cppuhelper - cppu - sal - cppuhelper3 - cppu3 - sal3 - -- cgit