summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/ucbhelper')
-rw-r--r--unotools/source/ucbhelper/XTempFile.hxx2
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.cxx8
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.hxx2
3 files changed, 6 insertions, 6 deletions
diff --git a/unotools/source/ucbhelper/XTempFile.hxx b/unotools/source/ucbhelper/XTempFile.hxx
index 3ecd7766816a..38b38167547b 100644
--- a/unotools/source/ucbhelper/XTempFile.hxx
+++ b/unotools/source/ucbhelper/XTempFile.hxx
@@ -117,7 +117,7 @@ public:
virtual void SAL_CALL truncate()
throw (css::io::IOException, css::uno::RuntimeException, std::exception) override;
- virtual ~OTempFileService ();
+ virtual ~OTempFileService () override;
};
#endif
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx
index 658899b9df85..b814387336da 100644
--- a/unotools/source/ucbhelper/ucblockbytes.cxx
+++ b/unotools/source/ucbhelper/ucblockbytes.cxx
@@ -229,7 +229,7 @@ public:
RuntimeException
);
- virtual ~Moderator();
+ virtual ~Moderator() override;
enum ResultType {
NORESULT,
@@ -341,7 +341,7 @@ public:
explicit ModeratorsActiveDataStreamer(Moderator &theModerator);
- virtual ~ModeratorsActiveDataStreamer();
+ virtual ~ModeratorsActiveDataStreamer() override;
// XActiveDataStreamer
virtual void SAL_CALL
@@ -377,7 +377,7 @@ public:
explicit ModeratorsActiveDataSink(Moderator &theModerator);
- virtual ~ModeratorsActiveDataSink();
+ virtual ~ModeratorsActiveDataSink() override;
// XActiveDataSink.
virtual void SAL_CALL
@@ -460,7 +460,7 @@ public:
explicit ModeratorsInteractionHandler(Moderator &theModerator);
- virtual ~ModeratorsInteractionHandler();
+ virtual ~ModeratorsInteractionHandler() override;
virtual void SAL_CALL
handle( const Reference<XInteractionRequest >& Request )
diff --git a/unotools/source/ucbhelper/ucblockbytes.hxx b/unotools/source/ucbhelper/ucblockbytes.hxx
index 875f5a03d6f3..f9d3fb29de60 100644
--- a/unotools/source/ucbhelper/ucblockbytes.hxx
+++ b/unotools/source/ucbhelper/ucblockbytes.hxx
@@ -89,7 +89,7 @@ class UcbLockBytes : public virtual SvLockBytes
UcbLockBytes();
protected:
- virtual ~UcbLockBytes();
+ virtual ~UcbLockBytes() override;
public:
// properties: Referer, PostMimeType