summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/XTempFile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/ucbhelper/XTempFile.hxx')
-rw-r--r--unotools/source/ucbhelper/XTempFile.hxx2
1 files changed, 1 insertions, 1 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