From 514a6de4822523164ef66916198e36944a826db3 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Thu, 20 Mar 2014 19:33:47 -0500 Subject: kill ucbhelper XTYPEPROVIDER_DECL macro Change-Id: I1daf6661dd7b5be396bec980da84feaab6e6b80f --- ucbhelper/source/provider/resultset.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ucbhelper') diff --git a/ucbhelper/source/provider/resultset.cxx b/ucbhelper/source/provider/resultset.cxx index 8c3d79112e19..84be7cbab68a 100644 --- a/ucbhelper/source/provider/resultset.cxx +++ b/ucbhelper/source/provider/resultset.cxx @@ -107,7 +107,10 @@ public: throw(); // XTypeProvider - XTYPEPROVIDER_DECL() + virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() + throw( css::uno::RuntimeException, std::exception ); + virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() + throw( css::uno::RuntimeException, std::exception ); // XPropertySetInfo virtual uno::Sequence< beans::Property > SAL_CALL getProperties() -- cgit