summaryrefslogtreecommitdiff
path: root/include/oox/core/fragmenthandler2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/core/fragmenthandler2.hxx')
-rw-r--r--include/oox/core/fragmenthandler2.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/core/fragmenthandler2.hxx b/include/oox/core/fragmenthandler2.hxx
index 0d2264ae224b..35f203df0ea4 100644
--- a/include/oox/core/fragmenthandler2.hxx
+++ b/include/oox/core/fragmenthandler2.hxx
@@ -68,7 +68,7 @@ public:
XmlFilterBase& rFilter,
const OUString& rFragmentPath,
bool bEnableTrimSpace = true );
- virtual ~FragmentHandler2();
+ virtual ~FragmentHandler2() override;
// resolve ambiguity from base classes
virtual void SAL_CALL acquire() throw() override { FragmentHandler::acquire(); }