diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-03-20 19:33:47 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-03-20 19:33:47 -0500 |
commit | 514a6de4822523164ef66916198e36944a826db3 (patch) | |
tree | 21a5d17175292d28fef24ed8f4e0615f66f2f470 /ucbhelper | |
parent | 27399c3433147df9f876c2d0262b7616d36a5c63 (diff) |
kill ucbhelper XTYPEPROVIDER_DECL macro
Change-Id: I1daf6661dd7b5be396bec980da84feaab6e6b80f
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/source/provider/resultset.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
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() |