summaryrefslogtreecommitdiff
path: root/include/oox/core/filterbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/core/filterbase.hxx')
-rw-r--r--include/oox/core/filterbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/core/filterbase.hxx b/include/oox/core/filterbase.hxx
index f225c9a77ec7..f73c53a7cabb 100644
--- a/include/oox/core/filterbase.hxx
+++ b/include/oox/core/filterbase.hxx
@@ -99,7 +99,7 @@ public:
const css::uno::Reference< css::uno::XComponentContext >& rxContext )
throw( css::uno::RuntimeException );
- virtual ~FilterBase();
+ virtual ~FilterBase() override;
/** Returns true, if filter is an import filter. */
bool isImportFilter() const;