summaryrefslogtreecommitdiff
path: root/package/source/xstor
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/xstor')
-rw-r--r--package/source/xstor/disposelistener.hxx2
-rw-r--r--package/source/xstor/ocompinstream.hxx2
-rw-r--r--package/source/xstor/oseekinstream.hxx2
-rw-r--r--package/source/xstor/owriteablestream.hxx2
-rw-r--r--package/source/xstor/selfterminatefilestream.hxx2
-rw-r--r--package/source/xstor/switchpersistencestream.hxx2
-rw-r--r--package/source/xstor/xstorage.hxx2
7 files changed, 7 insertions, 7 deletions
diff --git a/package/source/xstor/disposelistener.hxx b/package/source/xstor/disposelistener.hxx
index 21b9b31d05d1..75d81c8913c3 100644
--- a/package/source/xstor/disposelistener.hxx
+++ b/package/source/xstor/disposelistener.hxx
@@ -32,7 +32,7 @@ class OChildDispListener_Impl : public ::cppu::WeakImplHelper < css::lang::XEven
public:
explicit OChildDispListener_Impl( OStorage& aStorage );
- virtual ~OChildDispListener_Impl();
+ virtual ~OChildDispListener_Impl() override;
void OwnerIsDisposed();
diff --git a/package/source/xstor/ocompinstream.hxx b/package/source/xstor/ocompinstream.hxx
index 451f2201fb5a..36c91a54c190 100644
--- a/package/source/xstor/ocompinstream.hxx
+++ b/package/source/xstor/ocompinstream.hxx
@@ -58,7 +58,7 @@ public:
const css::uno::Sequence< css::beans::PropertyValue >& aProps,
sal_Int32 nStorageType );
- virtual ~OInputCompStream();
+ virtual ~OInputCompStream() override;
void InternalDispose();
diff --git a/package/source/xstor/oseekinstream.hxx b/package/source/xstor/oseekinstream.hxx
index dcadc763e98e..803f4c7fc783 100644
--- a/package/source/xstor/oseekinstream.hxx
+++ b/package/source/xstor/oseekinstream.hxx
@@ -40,7 +40,7 @@ public:
const css::uno::Sequence< css::beans::PropertyValue >& aProps,
sal_Int32 nStorageType );
- virtual ~OInputSeekStream();
+ virtual ~OInputSeekStream() override;
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() throw (css::uno::RuntimeException, std::exception) override;
diff --git a/package/source/xstor/owriteablestream.hxx b/package/source/xstor/owriteablestream.hxx
index 63c7fccee258..130d5fe1c532 100644
--- a/package/source/xstor/owriteablestream.hxx
+++ b/package/source/xstor/owriteablestream.hxx
@@ -272,7 +272,7 @@ protected:
public:
- virtual ~OWriteStream();
+ virtual ~OWriteStream() override;
void CheckInitOnDemand();
void DeInit();
diff --git a/package/source/xstor/selfterminatefilestream.hxx b/package/source/xstor/selfterminatefilestream.hxx
index 4cd4dbdbe81d..abd60c4676d1 100644
--- a/package/source/xstor/selfterminatefilestream.hxx
+++ b/package/source/xstor/selfterminatefilestream.hxx
@@ -41,7 +41,7 @@ protected:
public:
OSelfTerminateFileStream( const css::uno::Reference< css::uno::XComponentContext >& xContext, const OUString& aURL );
- virtual ~OSelfTerminateFileStream();
+ virtual ~OSelfTerminateFileStream() override;
void CloseStreamDeleteFile();
diff --git a/package/source/xstor/switchpersistencestream.hxx b/package/source/xstor/switchpersistencestream.hxx
index 713a7cfdbd01..dacb28ad805d 100644
--- a/package/source/xstor/switchpersistencestream.hxx
+++ b/package/source/xstor/switchpersistencestream.hxx
@@ -68,7 +68,7 @@ public:
const css::uno::Reference< css::uno::XComponentContext >& xContext,
const css::uno::Reference< css::io::XInputStream >& xInStream );
- virtual ~SwitchablePersistenceStream();
+ virtual ~SwitchablePersistenceStream() override;
void SwitchPersistenceTo( const css::uno::Reference< css::io::XStream >& xStream );
diff --git a/package/source/xstor/xstorage.hxx b/package/source/xstor/xstorage.hxx
index f7f82c086126..a0f2b3b74c8f 100644
--- a/package/source/xstor/xstorage.hxx
+++ b/package/source/xstor/xstorage.hxx
@@ -318,7 +318,7 @@ public:
OStorage( OStorage_Impl* pImpl, bool bReadOnlyWrap );
- virtual ~OStorage();
+ virtual ~OStorage() override;
void SAL_CALL InternalDispose( bool bNotifyImpl );