summaryrefslogtreecommitdiff
path: root/include/oox/dump/xlsbdumper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/dump/xlsbdumper.hxx')
-rw-r--r--include/oox/dump/xlsbdumper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/dump/xlsbdumper.hxx b/include/oox/dump/xlsbdumper.hxx
index 8c4e5f31f09a..ad692ef721b9 100644
--- a/include/oox/dump/xlsbdumper.hxx
+++ b/include/oox/dump/xlsbdumper.hxx
@@ -50,7 +50,7 @@ class RecordObjectBase : public SequenceRecordObjectBase
{
protected:
explicit RecordObjectBase();
- virtual ~RecordObjectBase();
+ virtual ~RecordObjectBase() override;
using SequenceRecordObjectBase::construct;