diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-03-08 22:29:19 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-03-08 22:56:01 -0600 |
commit | 9bb4d1d9009aee027634229fad8e476c6c6e2fa9 (patch) | |
tree | c75db34f5f8bfc4d63a97260ba7bce60d67db040 /ucb/source/ucp/file/filprp.cxx | |
parent | 9cb66e66e7aeb416b8d1560f2cf2ac6a26d722d4 (diff) |
de-macroize ucb filprp
Change-Id: Id8c72bbc527a9dbe706761ed635d5ce621047e8e
Diffstat (limited to 'ucb/source/ucp/file/filprp.cxx')
-rw-r--r-- | ucb/source/ucp/file/filprp.cxx | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/ucb/source/ucp/file/filprp.cxx b/ucb/source/ucp/file/filprp.cxx index 6987c80e0bd3..72c1e12dab80 100644 --- a/ucb/source/ucp/file/filprp.cxx +++ b/ucb/source/ucp/file/filprp.cxx @@ -75,42 +75,6 @@ XPropertySetInfo_impl::~XPropertySetInfo_impl() } -void SAL_CALL -XPropertySetInfo_impl::acquire( - void ) - throw() -{ - OWeakObject::acquire(); -} - - -void SAL_CALL -XPropertySetInfo_impl::release( - void ) - throw() -{ - OWeakObject::release(); -} - - - -XTYPEPROVIDER_IMPL_2( XPropertySetInfo_impl, - lang::XTypeProvider, - beans::XPropertySetInfo ) - - -Any SAL_CALL -XPropertySetInfo_impl::queryInterface( - const Type& rType ) - throw( RuntimeException, std::exception ) -{ - Any aRet = cppu::queryInterface( rType, - (static_cast< lang::XTypeProvider* >(this)), - (static_cast< beans::XPropertySetInfo* >(this)) ); - return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); -} - - beans::Property SAL_CALL XPropertySetInfo_impl::getPropertyByName( const OUString& aName ) |