summaryrefslogtreecommitdiff
path: root/scripting/source/provider/ProviderCache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/provider/ProviderCache.hxx')
-rw-r--r--scripting/source/provider/ProviderCache.hxx13
1 files changed, 5 insertions, 8 deletions
diff --git a/scripting/source/provider/ProviderCache.hxx b/scripting/source/provider/ProviderCache.hxx
index 967f50cef269..7aacf487fb54 100644
--- a/scripting/source/provider/ProviderCache.hxx
+++ b/scripting/source/provider/ProviderCache.hxx
@@ -53,26 +53,23 @@ class ProviderCache
public:
/// @throws css::uno::RuntimeException
- ProviderCache( const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Sequence< css::uno::Any >& scriptContext )
- throw ( css::uno::RuntimeException );
+ ProviderCache( const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Sequence< css::uno::Any >& scriptContext );
/// @throws css::uno::RuntimeException
ProviderCache( const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Sequence< css::uno::Any >& scriptContext,
- const css::uno::Sequence< OUString >& blackList )
- throw ( css::uno::RuntimeException );
+ const css::uno::Sequence< OUString >& blackList );
~ProviderCache();
css::uno::Reference< css::script::provider::XScriptProvider >
getProvider( const OUString& providerName );
/// @throws css::uno::RuntimeException
css::uno::Sequence < css::uno::Reference< css::script::provider::XScriptProvider > >
- getAllProviders() throw ( css::uno::RuntimeException );
+ getAllProviders();
private:
/// @throws css::uno::RuntimeException
- void populateCache()
- throw ( css::uno::RuntimeException );
+ void populateCache();
/// @throws css::uno::RuntimeException
css::uno::Reference< css::script::provider::XScriptProvider >
- createProvider( ProviderDetails& details ) throw ( css::uno::RuntimeException );
+ createProvider( ProviderDetails& details );
bool isInBlackList( const OUString& serviceName )
{
if ( m_sBlackList.getLength() > 0 )