summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unocpres.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/unocpres.hxx')
-rw-r--r--sd/source/ui/unoidl/unocpres.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/unocpres.hxx b/sd/source/ui/unoidl/unocpres.hxx
index 896bbcdc9848..493c5ddccac7 100644
--- a/sd/source/ui/unoidl/unocpres.hxx
+++ b/sd/source/ui/unoidl/unocpres.hxx
@@ -51,7 +51,7 @@ private:
public:
SdXCustomPresentation() throw();
SdXCustomPresentation( SdCustomShow* mpSdCustomShow) throw();
- virtual ~SdXCustomPresentation() throw();
+ virtual ~SdXCustomPresentation() throw() override;
// internal
SdCustomShow* GetSdCustomShow() const throw() { return mpSdCustomShow; }
@@ -112,7 +112,7 @@ private:
public:
explicit SdXCustomPresentationAccess(SdXImpressDocument& rMyModel) throw();
- virtual ~SdXCustomPresentationAccess() throw();
+ virtual ~SdXCustomPresentationAccess() throw() override;
// XServiceInfo
virtual OUString SAL_CALL getImplementationName() throw(css::uno::RuntimeException, std::exception) override;