summaryrefslogtreecommitdiff
path: root/include/oox/core/fragmenthandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/core/fragmenthandler.hxx')
-rw-r--r--include/oox/core/fragmenthandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/core/fragmenthandler.hxx b/include/oox/core/fragmenthandler.hxx
index 7077a3322cb6..b1b14f5fd98f 100644
--- a/include/oox/core/fragmenthandler.hxx
+++ b/include/oox/core/fragmenthandler.hxx
@@ -91,7 +91,7 @@ class OOX_DLLPUBLIC FragmentHandler : public FragmentHandler_BASE
{
public:
explicit FragmentHandler( XmlFilterBase& rFilter, const OUString& rFragmentPath );
- virtual ~FragmentHandler();
+ virtual ~FragmentHandler() override;
/** Returns the com.sun.star.xml.sax.XFastContextHandler interface of this context. */
css::uno::Reference< css::xml::sax::XFastContextHandler >