summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbashaperange.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-31 08:12:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-31 12:40:10 +0100
commit32c53b465bc2052c2756f12294699fabae754756 (patch)
treeb5f9a8c3b79099e1eedfe3a0acf0524f2bc518a7 /include/vbahelper/vbashaperange.hxx
parent54bc266e319e3cae10b72ca9173afb600176a831 (diff)
loplugin:finalclasses in vbahelper
Change-Id: I4f940ef52a17a315b74cea0f0218e9a9a610e78b Reviewed-on: https://gerrit.libreoffice.org/81826 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vbahelper/vbashaperange.hxx')
-rw-r--r--include/vbahelper/vbashaperange.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbashaperange.hxx b/include/vbahelper/vbashaperange.hxx
index 4b8261ffa6cc..2560dbe99f5f 100644
--- a/include/vbahelper/vbashaperange.hxx
+++ b/include/vbahelper/vbashaperange.hxx
@@ -51,7 +51,7 @@ namespace ooo { namespace vba {
typedef CollTestImplHelper< ov::msforms::XShapeRange > ScVbaShapeRange_BASE;
-class VBAHELPER_DLLPUBLIC ScVbaShapeRange : public ScVbaShapeRange_BASE
+class VBAHELPER_DLLPUBLIC ScVbaShapeRange final : public ScVbaShapeRange_BASE
{
private:
css::uno::Reference< css::drawing::XDrawPage > m_xDrawPage;