diff options
Diffstat (limited to 'ucb/source/ucp/file/filprp.cxx')
-rw-r--r-- | ucb/source/ucp/file/filprp.cxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/ucb/source/ucp/file/filprp.cxx b/ucb/source/ucp/file/filprp.cxx index 29b181ec2db1..e5c74f61fd33 100644 --- a/ucb/source/ucp/file/filprp.cxx +++ b/ucb/source/ucp/file/filprp.cxx @@ -75,8 +75,7 @@ XPropertySetInfo_impl::~XPropertySetInfo_impl() beans::Property SAL_CALL -XPropertySetInfo_impl::getPropertyByName( - const OUString& aName ) +XPropertySetInfo_impl::getPropertyByName( const OUString& aName ) throw( beans::UnknownPropertyException, RuntimeException, std::exception) { @@ -88,8 +87,7 @@ XPropertySetInfo_impl::getPropertyByName( Sequence< beans::Property > SAL_CALL -XPropertySetInfo_impl::getProperties( - void ) +XPropertySetInfo_impl::getProperties() throw( RuntimeException, std::exception ) { return m_seq; @@ -97,8 +95,7 @@ XPropertySetInfo_impl::getProperties( sal_Bool SAL_CALL -XPropertySetInfo_impl::hasPropertyByName( - const OUString& aName ) +XPropertySetInfo_impl::hasPropertyByName( const OUString& aName ) throw( RuntimeException, std::exception ) { for( sal_Int32 i = 0; i < m_seq.getLength(); ++i ) |