summaryrefslogtreecommitdiff
path: root/scripting/source/provider/MasterScriptProviderFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/provider/MasterScriptProviderFactory.hxx')
-rw-r--r--scripting/source/provider/MasterScriptProviderFactory.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripting/source/provider/MasterScriptProviderFactory.hxx b/scripting/source/provider/MasterScriptProviderFactory.hxx
index ed8b3905367e..462a83022ee1 100644
--- a/scripting/source/provider/MasterScriptProviderFactory.hxx
+++ b/scripting/source/provider/MasterScriptProviderFactory.hxx
@@ -55,20 +55,20 @@ public:
// XServiceInfo
virtual OUString SAL_CALL getImplementationName()
- throw ( css::uno::RuntimeException, std::exception );
+ throw ( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
virtual sal_Bool SAL_CALL
supportsService( OUString const & serviceName )
- throw ( css::uno::RuntimeException, std::exception );
+ throw ( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
virtual css::uno::Sequence< OUString > SAL_CALL
getSupportedServiceNames()
- throw ( css::uno::RuntimeException, std::exception );
+ throw ( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
// XScriptProviderFactory
virtual css::uno::Reference< css::script::provider::XScriptProvider >
SAL_CALL createScriptProvider( const css::uno::Any& context )
- throw ( css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception);
+ throw ( css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};