From 03e0bd6b3b4314e2476030da7ddc71cf30f8b2e9 Mon Sep 17 00:00:00 2001 From: Matthew Pottage Date: Wed, 6 Aug 2014 08:32:04 +0100 Subject: [API CHANGE] Removed two cppuhelper deprecated headers. The headers cppuheader/compbase.hxx and implbase.hxx. They have been deprecated since 2001. Moved the definitions of the deprecated functions to cppuhelper/source/compat.cxx. Signed-off-by: Stephan Bergmann , adding fixes and clean-up in cppuhelper/source/compat.cxx and odk/Package_odk_headers.mk Change-Id: I48b3cbf551b59d72614737a883a96aab55fc2090 --- odk/Package_odk_headers.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'odk/Package_odk_headers.mk') diff --git a/odk/Package_odk_headers.mk b/odk/Package_odk_headers.mk index 331af212eb7a..04758989dfd5 100644 --- a/odk/Package_odk_headers.mk +++ b/odk/Package_odk_headers.mk @@ -35,7 +35,6 @@ $(eval $(call gb_Package_add_files_with_dir,odk_headers,$(SDKDIRNAME)/include,\ cppuhelper/access_control.hxx \ cppuhelper/basemutex.hxx \ cppuhelper/bootstrap.hxx \ - cppuhelper/compbase.hxx \ cppuhelper/compbase1.hxx \ cppuhelper/compbase10.hxx \ cppuhelper/compbase11.hxx \ @@ -55,7 +54,6 @@ $(eval $(call gb_Package_add_files_with_dir,odk_headers,$(SDKDIRNAME)/include,\ cppuhelper/exc_hlp.hxx \ cppuhelper/factory.hxx \ cppuhelper/findsofficepath.h \ - cppuhelper/implbase.hxx \ cppuhelper/implbase1.hxx \ cppuhelper/implbase10.hxx \ cppuhelper/implbase11.hxx \ -- cgit