summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbashapes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbashapes.hxx')
-rw-r--r--include/vbahelper/vbashapes.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbashapes.hxx b/include/vbahelper/vbashapes.hxx
index 4a23b13d10c0..ad4dc93fbf20 100644
--- a/include/vbahelper/vbashapes.hxx
+++ b/include/vbahelper/vbashapes.hxx
@@ -51,7 +51,7 @@ namespace ooo { namespace vba {
typedef CollTestImplHelper< ov::msforms::XShapes > ScVbaShapes_BASE;
-class VBAHELPER_DLLPUBLIC ScVbaShapes : public ScVbaShapes_BASE
+class VBAHELPER_DLLPUBLIC ScVbaShapes final : public ScVbaShapes_BASE
{
private:
css::uno::Reference< css::drawing::XShapes > m_xShapes;