summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unopage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/unopage.hxx')
-rw-r--r--sd/source/ui/inc/unopage.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/unopage.hxx b/sd/source/ui/inc/unopage.hxx
index ae5e2b6de1ef..d6dc3028d87f 100644
--- a/sd/source/ui/inc/unopage.hxx
+++ b/sd/source/ui/inc/unopage.hxx
@@ -95,7 +95,7 @@ protected:
public:
SdGenericDrawPage( SdXImpressDocument* pModel, SdPage* pInPage, const SvxItemPropertySet* pSet ) throw();
- virtual ~SdGenericDrawPage() throw();
+ virtual ~SdGenericDrawPage() throw() override;
// intern
bool isValid() { return (SvxDrawPage::mpPage != nullptr) && (mpModel != nullptr); }
@@ -179,7 +179,7 @@ protected:
virtual void getBackground( css::uno::Any& rValue ) throw() override;
public:
SdDrawPage( SdXImpressDocument* pModel, SdPage* pInPage ) throw();
- virtual ~SdDrawPage() throw();
+ virtual ~SdDrawPage() throw() override;
UNO3_GETIMPLEMENTATION_DECL( SdDrawPage )
@@ -242,7 +242,7 @@ protected:
public:
SdMasterPage( SdXImpressDocument* pModel, SdPage* pInPage ) throw();
- virtual ~SdMasterPage() throw();
+ virtual ~SdMasterPage() throw() override;
UNO3_GETIMPLEMENTATION_DECL(SdMasterPage)
@@ -296,7 +296,7 @@ private:
public:
SdPageLinkTargets( SdGenericDrawPage* pUnoPage ) throw();
- virtual ~SdPageLinkTargets() throw();
+ virtual ~SdPageLinkTargets() throw() override;
// intern
SdrObject* FindObject( const OUString& rName ) const throw();