summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/module/SlideSorterModule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/module/SlideSorterModule.hxx')
-rw-r--r--sd/source/ui/framework/module/SlideSorterModule.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/framework/module/SlideSorterModule.hxx b/sd/source/ui/framework/module/SlideSorterModule.hxx
index ae12d651d434..37f553a709c0 100644
--- a/sd/source/ui/framework/module/SlideSorterModule.hxx
+++ b/sd/source/ui/framework/module/SlideSorterModule.hxx
@@ -39,12 +39,12 @@ public:
const OUString& rsLeftPaneURL);
virtual ~SlideSorterModule (void);
- virtual void SaveResourceState (void);
+ virtual void SaveResourceState (void) SAL_OVERRIDE;
// XConfigurationChangeListener
virtual void SAL_CALL notifyConfigurationChange (
const css::drawing::framework::ConfigurationChangeEvent& rEvent)
- throw (css::uno::RuntimeException, std::exception);
+ throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
css::uno::Reference<css::drawing::framework::XResourceId> mxViewTabBarId;