summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgole.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stgole.hxx')
-rw-r--r--sot/source/sdstor/stgole.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgole.hxx b/sot/source/sdstor/stgole.hxx
index cd8ff38a2c40..80a090ea3943 100644
--- a/sot/source/sdstor/stgole.hxx
+++ b/sot/source/sdstor/stgole.hxx
@@ -34,7 +34,7 @@ class StgInternalStream : public SvStream
virtual void FlushData() override;
public:
StgInternalStream( BaseStorage&, const OUString&, bool );
- virtual ~StgInternalStream();
+ virtual ~StgInternalStream() override;
void Commit();
};