summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/compbase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/compbase.hxx b/include/comphelper/compbase.hxx
index ad34ed7007ea..6cde1fbb5f74 100644
--- a/include/comphelper/compbase.hxx
+++ b/include/comphelper/compbase.hxx
@@ -66,9 +66,9 @@ class SAL_DLLPUBLIC_TEMPLATE WeakComponentImplHelper : public WeakComponentImplH
public Ifc...
{
public:
- virtual void SAL_CALL acquire() noexcept final override { OWeakObject::acquire(); }
+ virtual void SAL_CALL acquire() noexcept override { OWeakObject::acquire(); }
- virtual void SAL_CALL release() noexcept final override { OWeakObject::release(); }
+ virtual void SAL_CALL release() noexcept override { OWeakObject::release(); }
// css::lang::XComponent
virtual void SAL_CALL dispose() noexcept final override