From 0ea54aed15ee17a02c9dff861c16d06505f35741 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 3 Aug 2015 09:55:21 +0200 Subject: remove some unused defines Change-Id: I85a9a2bc12681e13fc482374165ff9bd6858dc93 --- dbaccess/source/inc/apitools.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'dbaccess') diff --git a/dbaccess/source/inc/apitools.hxx b/dbaccess/source/inc/apitools.hxx index 2392b3b0998b..c2161037939e 100644 --- a/dbaccess/source/inc/apitools.hxx +++ b/dbaccess/source/inc/apitools.hxx @@ -182,9 +182,6 @@ public: virtual ::com::sun::star::uno::Sequence SAL_CALL getImplementationId( ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; \ static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId() \ -#define DECLARE_GETTYPES( ) \ - virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw (::com::sun::star::uno::RuntimeException, std::exception); - #define IMPLEMENT_IMPLEMENTATION_ID( classname ) \ ::com::sun::star::uno::Sequence< sal_Int8 > classname::getUnoTunnelImplementationId() \ { \ -- cgit