summaryrefslogtreecommitdiff
path: root/oox/source/shape/ShapeDrawingFragmentHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/shape/ShapeDrawingFragmentHandler.hxx')
-rw-r--r--oox/source/shape/ShapeDrawingFragmentHandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/shape/ShapeDrawingFragmentHandler.hxx b/oox/source/shape/ShapeDrawingFragmentHandler.hxx
index a14dcac6f40a..b4e202b15694 100644
--- a/oox/source/shape/ShapeDrawingFragmentHandler.hxx
+++ b/oox/source/shape/ShapeDrawingFragmentHandler.hxx
@@ -20,7 +20,7 @@ class ShapeDrawingFragmentHandler : public oox::core::FragmentHandler2
{
public:
ShapeDrawingFragmentHandler( oox::core::XmlFilterBase& rFilter, const OUString& rFragmentPath, oox::drawingml::ShapePtr const & pGroupShapePtr ) throw();
- virtual ~ShapeDrawingFragmentHandler() throw();
+ virtual ~ShapeDrawingFragmentHandler() throw() override;
virtual void SAL_CALL endDocument() throw (css::xml::sax::SAXException, css::uno::RuntimeException, std::exception) override;
virtual ::oox::core::ContextHandlerRef onCreateContext(sal_Int32 Element, const AttributeList& rAttribs ) override;