summaryrefslogtreecommitdiff
path: root/include/oox/ppt/layoutfragmenthandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/layoutfragmenthandler.hxx')
-rw-r--r--include/oox/ppt/layoutfragmenthandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/layoutfragmenthandler.hxx b/include/oox/ppt/layoutfragmenthandler.hxx
index 5ec9351cda23..1afd0e9e7c45 100644
--- a/include/oox/ppt/layoutfragmenthandler.hxx
+++ b/include/oox/ppt/layoutfragmenthandler.hxx
@@ -35,7 +35,7 @@ class LayoutFragmentHandler : public SlideFragmentHandler
{
public:
LayoutFragmentHandler( ::oox::core::XmlFilterBase& rFilter, const OUString& rFragmentPath, SlidePersistPtr pMasterPersistPtr ) throw();
- virtual ~LayoutFragmentHandler() throw();
+ virtual ~LayoutFragmentHandler() throw() override;
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) override;
};