summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/framework/ModuleController.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/framework/ModuleController.hxx')
-rw-r--r--sd/source/ui/inc/framework/ModuleController.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/framework/ModuleController.hxx b/sd/source/ui/inc/framework/ModuleController.hxx
index e3f214811861..50c7cb720f92 100644
--- a/sd/source/ui/inc/framework/ModuleController.hxx
+++ b/sd/source/ui/inc/framework/ModuleController.hxx
@@ -74,20 +74,20 @@ public:
const css::uno::Reference<css::uno::XComponentContext>&
rxContext);
- virtual void SAL_CALL disposing (void);
+ virtual void SAL_CALL disposing (void) SAL_OVERRIDE;
// XModuleController
virtual void SAL_CALL requestResource(const OUString& rsResourceURL)
- throw (css::uno::RuntimeException, std::exception);
+ throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
// XInitialization
virtual void SAL_CALL initialize(
const css::uno::Sequence<css::uno::Any>& aArguments)
- throw (css::uno::Exception, css::uno::RuntimeException, std::exception);
+ throw (css::uno::Exception, css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
css::uno::Reference<