summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbapropvalue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbapropvalue.hxx')
-rw-r--r--include/vbahelper/vbapropvalue.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbapropvalue.hxx b/include/vbahelper/vbapropvalue.hxx
index 7c9e4bdda8ab..ee6443f08a34 100644
--- a/include/vbahelper/vbapropvalue.hxx
+++ b/include/vbahelper/vbapropvalue.hxx
@@ -41,7 +41,7 @@ protected:
};
-class VBAHELPER_DLLPUBLIC ScVbaPropValue : public ::cppu::WeakImplHelper< ov::XPropValue >
+class VBAHELPER_DLLPUBLIC ScVbaPropValue final : public ::cppu::WeakImplHelper< ov::XPropValue >
{
PropListener* m_pListener;
public: