summaryrefslogtreecommitdiff
path: root/include/svx/unopage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/unopage.hxx')
-rw-r--r--include/svx/unopage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unopage.hxx b/include/svx/unopage.hxx
index 3ce80c5f9d8e..cf2d1b6bdf7a 100644
--- a/include/svx/unopage.hxx
+++ b/include/svx/unopage.hxx
@@ -79,7 +79,7 @@ class SVX_DLLPUBLIC SvxDrawPage : public ::cppu::WeakAggImplHelper6< css::drawin
public:
SvxDrawPage( SdrPage* pPage ) throw();
- virtual ~SvxDrawPage() throw();
+ virtual ~SvxDrawPage() throw() override;
// Internals
SdrPage* GetSdrPage() const { return mpPage; }