diff options
Diffstat (limited to 'sc/inc/pageuno.hxx')
-rw-r--r-- | sc/inc/pageuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/pageuno.hxx b/sc/inc/pageuno.hxx index 6fd0e60018ef..742b2aaa583a 100644 --- a/sc/inc/pageuno.hxx +++ b/sc/inc/pageuno.hxx @@ -27,7 +27,7 @@ class ScPageObj final : public SvxFmDrawPage { public: ScPageObj(SdrPage* pPage); - virtual ~ScPageObj() throw() override; + virtual ~ScPageObj() noexcept override; virtual css::uno::Reference<css::drawing::XShape> CreateShape(SdrObject* pObj) const override; |