summaryrefslogtreecommitdiff
path: root/include/sot/storage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sot/storage.hxx')
-rw-r--r--include/sot/storage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx
index b0c5b4670733..a82efb1307ae 100644
--- a/include/sot/storage.hxx
+++ b/include/sot/storage.hxx
@@ -58,7 +58,7 @@ protected:
virtual sal_uLong PutData( const void* pData, sal_uLong nSize ) SAL_OVERRIDE;
virtual sal_uInt64 SeekPos(sal_uInt64 nPos) SAL_OVERRIDE;
virtual void FlushData() SAL_OVERRIDE;
- ~SotStorageStream();
+ virtual ~SotStorageStream();
public:
SotStorageStream( const OUString &,
StreamMode = STREAM_STD_READWRITE,
@@ -114,7 +114,7 @@ friend class SvStorage;
long m_nVersion;
protected:
- ~SotStorage();
+ virtual ~SotStorage();
void CreateStorage( bool bUCBStorage, StreamMode, StorageMode );
public:
SotStorage( const OUString &,