summaryrefslogtreecommitdiff
path: root/sc/inc/pageuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/pageuno.hxx')
-rw-r--r--sc/inc/pageuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/pageuno.hxx b/sc/inc/pageuno.hxx
index 08f087ef145a..f7303919799b 100644
--- a/sc/inc/pageuno.hxx
+++ b/sc/inc/pageuno.hxx
@@ -28,7 +28,7 @@ class ScPageObj : public SvxFmDrawPage
{
public:
ScPageObj(SdrPage* pPage);
- virtual ~ScPageObj() throw();
+ virtual ~ScPageObj() throw() override;
virtual css::uno::Reference<css::drawing::XShape> CreateShape(SdrObject *pObj) const
throw (css::uno::RuntimeException, std::exception) override;