diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-03-04 12:55:07 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-03-05 09:29:24 -0600 |
commit | 66f2c35fac22a235a1e491824126f105e6d3869c (patch) | |
tree | 0d3d10e637346a26cafda20b789d4ad78836cf9e /ucb/source/cacher/cacheddynamicresultsetstub.hxx | |
parent | 578bd15399a16b0a32e752e19ae42d989321d731 (diff) |
de-macroize XINTERFACE_DECL
Change-Id: Iaa1cf999189f6b62547c208eadc38150400ca0fe
Reviewed-on: https://gerrit.libreoffice.org/8454
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'ucb/source/cacher/cacheddynamicresultsetstub.hxx')
-rw-r--r-- | ucb/source/cacher/cacheddynamicresultsetstub.hxx | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/ucb/source/cacher/cacheddynamicresultsetstub.hxx b/ucb/source/cacher/cacheddynamicresultsetstub.hxx index f7777ad6902e..bcf92acc262e 100644 --- a/ucb/source/cacher/cacheddynamicresultsetstub.hxx +++ b/ucb/source/cacher/cacheddynamicresultsetstub.hxx @@ -50,10 +50,13 @@ public: virtual ~CachedDynamicResultSetStub(); - - // XInterface inherited - - XINTERFACE_DECL() + // XInterface + virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) + throw( css::uno::RuntimeException, std::exception ); + virtual void SAL_CALL acquire() + throw(); + virtual void SAL_CALL release() + throw(); // XTypeProvider @@ -84,10 +87,13 @@ public: virtual ~CachedDynamicResultSetStubFactory(); - // XInterface - XINTERFACE_DECL() - + virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type & rType ) + throw( css::uno::RuntimeException, std::exception ); + virtual void SAL_CALL acquire() + throw(); + virtual void SAL_CALL release() + throw(); // XTypeProvider XTYPEPROVIDER_DECL() |