summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx b/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx
index b4a27a8951fb..0ec5fbfe00e3 100644
--- a/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx
@@ -54,7 +54,6 @@ DocumentContentFactory::~DocumentContentFactory()
// virtual
OUString SAL_CALL DocumentContentFactory::getImplementationName()
- throw ( uno::RuntimeException, std::exception )
{
return getImplementationName_Static();
}
@@ -62,7 +61,6 @@ OUString SAL_CALL DocumentContentFactory::getImplementationName()
// virtual
sal_Bool SAL_CALL
DocumentContentFactory::supportsService( const OUString& ServiceName )
- throw ( uno::RuntimeException, std::exception )
{
return cppu::supportsService(this, ServiceName);
}
@@ -70,7 +68,6 @@ DocumentContentFactory::supportsService( const OUString& ServiceName )
// virtual
uno::Sequence< OUString > SAL_CALL
DocumentContentFactory::getSupportedServiceNames()
- throw ( uno::RuntimeException, std::exception )
{
return getSupportedServiceNames_Static();
}
@@ -100,7 +97,6 @@ DocumentContentFactory::getSupportedServiceNames_Static()
uno::Reference< ucb::XContent > SAL_CALL
DocumentContentFactory::createDocumentContent(
const uno::Reference< frame::XModel >& Model )
- throw ( lang::IllegalArgumentException, uno::RuntimeException, std::exception )
{
uno::Reference< frame::XTransientDocumentsDocumentContentFactory > xDocFac;
try
@@ -129,7 +125,6 @@ DocumentContentFactory::createDocumentContent(
static uno::Reference< uno::XInterface > SAL_CALL
DocumentContentFactory_CreateInstance(
const uno::Reference< lang::XMultiServiceFactory> & rSMgr )
- throw( uno::Exception )
{
lang::XServiceInfo * pX = static_cast< lang::XServiceInfo * >(
new DocumentContentFactory( rSMgr ) );