summaryrefslogtreecommitdiff
path: root/stoc/source/typeconv/convert.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/typeconv/convert.cxx')
-rw-r--r--stoc/source/typeconv/convert.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/typeconv/convert.cxx b/stoc/source/typeconv/convert.cxx
index 0565f15abe88..214d24a31e9b 100644
--- a/stoc/source/typeconv/convert.cxx
+++ b/stoc/source/typeconv/convert.cxx
@@ -251,7 +251,7 @@ class TypeConverter_Impl : public WeakImplHelper< XTypeConverter, XServiceInfo >
public:
TypeConverter_Impl();
- virtual ~TypeConverter_Impl();
+ virtual ~TypeConverter_Impl() override;
// XServiceInfo
virtual OUString SAL_CALL getImplementationName() throw( RuntimeException, std::exception ) override;