summaryrefslogtreecommitdiff
path: root/xmlhelp/source/treeview/tvfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/treeview/tvfactory.cxx')
-rw-r--r--xmlhelp/source/treeview/tvfactory.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/xmlhelp/source/treeview/tvfactory.cxx b/xmlhelp/source/treeview/tvfactory.cxx
index f054d4f0e2c7..c0f4b9605ff6 100644
--- a/xmlhelp/source/treeview/tvfactory.cxx
+++ b/xmlhelp/source/treeview/tvfactory.cxx
@@ -45,20 +45,17 @@ TVFactory::~TVFactory()
OUString SAL_CALL
TVFactory::getImplementationName()
- throw( RuntimeException, std::exception )
{
return TVFactory::getImplementationName_static();
}
sal_Bool SAL_CALL TVFactory::supportsService( const OUString& ServiceName )
- throw( RuntimeException, std::exception )
{
return cppu::supportsService( this, ServiceName );
}
Sequence< OUString > SAL_CALL
TVFactory::getSupportedServiceNames()
- throw( RuntimeException, std::exception )
{
return TVFactory::getSupportedServiceNames_static();
}
@@ -68,8 +65,6 @@ TVFactory::getSupportedServiceNames()
Reference< XInterface > SAL_CALL
TVFactory::createInstance(
const OUString& aServiceSpecifier )
- throw( Exception,
- RuntimeException, std::exception )
{
Sequence< Any > seq( 1 );
seq[0] <<= PropertyValue(
@@ -86,8 +81,6 @@ Reference< XInterface > SAL_CALL
TVFactory::createInstanceWithArguments(
const OUString& /*ServiceSpecifier*/,
const Sequence< Any >& Arguments )
- throw( Exception,
- RuntimeException, std::exception )
{
if( ! m_xHDS.is() )
{
@@ -127,7 +120,6 @@ TVFactory::createInstanceWithArguments(
Sequence< OUString > SAL_CALL
TVFactory::getAvailableServiceNames( )
- throw( RuntimeException, std::exception )
{
Sequence<OUString> seq { "com.sun.star.ucb.HierarchyDataReadAccess" };
return seq;