summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ext/ucpext_content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ext/ucpext_content.cxx')
-rw-r--r--ucb/source/ucp/ext/ucpext_content.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/ucb/source/ucp/ext/ucpext_content.cxx b/ucb/source/ucp/ext/ucpext_content.cxx
index e7f52419935b..85a008dee62b 100644
--- a/ucb/source/ucp/ext/ucpext_content.cxx
+++ b/ucb/source/ucp/ext/ucpext_content.cxx
@@ -160,13 +160,13 @@ namespace ucb { namespace ucp { namespace ext
}
- OUString SAL_CALL Content::getImplementationName() throw( RuntimeException, std::exception )
+ OUString SAL_CALL Content::getImplementationName()
{
return OUString( "org.openoffice.comp.ucp.ext.Content" );
}
- Sequence< OUString > SAL_CALL Content::getSupportedServiceNames() throw( RuntimeException, std::exception )
+ Sequence< OUString > SAL_CALL Content::getSupportedServiceNames()
{
Sequence< OUString > aServiceNames(2);
aServiceNames[0] = "com.sun.star.ucb.Content";
@@ -175,7 +175,7 @@ namespace ucb { namespace ucp { namespace ext
}
- OUString SAL_CALL Content::getContentType() throw( RuntimeException, std::exception )
+ OUString SAL_CALL Content::getContentType()
{
impl_determineContentType();
return *m_aContentType;
@@ -183,7 +183,6 @@ namespace ucb { namespace ucp { namespace ext
Any SAL_CALL Content::execute( const Command& aCommand, sal_Int32 /* CommandId */, const Reference< XCommandEnvironment >& i_rEvironment )
- throw( Exception, CommandAbortedException, RuntimeException, std::exception )
{
Any aRet;
@@ -274,7 +273,7 @@ namespace ucb { namespace ucp { namespace ext
}
- void SAL_CALL Content::abort( sal_Int32 ) throw( RuntimeException, std::exception )
+ void SAL_CALL Content::abort( sal_Int32 )
{
}