summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/dbloader2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/dbloader2.cxx')
-rw-r--r--reportdesign/source/filter/xml/dbloader2.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/reportdesign/source/filter/xml/dbloader2.cxx b/reportdesign/source/filter/xml/dbloader2.cxx
index a86216389262..957f37500ad4 100644
--- a/reportdesign/source/filter/xml/dbloader2.cxx
+++ b/reportdesign/source/filter/xml/dbloader2.cxx
@@ -44,7 +44,7 @@ ORptTypeDetection::ORptTypeDetection(Reference< XComponentContext > const & xCon
{
}
-OUString SAL_CALL ORptTypeDetection::detect( Sequence< css::beans::PropertyValue >& Descriptor ) throw (RuntimeException, std::exception)
+OUString SAL_CALL ORptTypeDetection::detect( Sequence< css::beans::PropertyValue >& Descriptor )
{
::comphelper::SequenceAsHashMap aTemp(Descriptor);
@@ -84,26 +84,26 @@ Reference< XInterface > SAL_CALL
}
// XServiceInfo
-OUString SAL_CALL ORptTypeDetection::getImplementationName() throw(std::exception )
+OUString SAL_CALL ORptTypeDetection::getImplementationName()
{
return getImplementationName_Static();
}
// XServiceInfo
-sal_Bool SAL_CALL ORptTypeDetection::supportsService(const OUString& ServiceName) throw(std::exception )
+sal_Bool SAL_CALL ORptTypeDetection::supportsService(const OUString& ServiceName)
{
return cppu::supportsService(this, ServiceName);
}
// XServiceInfo
-Sequence< OUString > SAL_CALL ORptTypeDetection::getSupportedServiceNames() throw(std::exception )
+Sequence< OUString > SAL_CALL ORptTypeDetection::getSupportedServiceNames()
{
return getSupportedServiceNames_Static();
}
// ORegistryServiceManager_Static
-Sequence< OUString > ORptTypeDetection::getSupportedServiceNames_Static() throw( RuntimeException )
+Sequence< OUString > ORptTypeDetection::getSupportedServiceNames_Static()
{
Sequence<OUString> aSNS { "com.sun.star.document.ExtendedTypeDetection" };
return aSNS;