diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-04-19 12:31:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-04-19 16:07:29 +0200 |
commit | 4ad6fb09ba98d19d0cc3385b34ac8565d8620341 (patch) | |
tree | 1df1bfab9e69ff89e59190f54699007577f38445 /include/svx/unodraw/SvxTableShape.hxx | |
parent | cd39a53cc745ac1b8f25f59df7328909c3da3132 (diff) |
loplugin:finalclasses
Change-Id: Ic2599da33b698400b6e52a7f666508c8cd947321
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150606
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/unodraw/SvxTableShape.hxx')
-rw-r--r-- | include/svx/unodraw/SvxTableShape.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unodraw/SvxTableShape.hxx b/include/svx/unodraw/SvxTableShape.hxx index 518d3ac2c06a..1c88ba98ce3e 100644 --- a/include/svx/unodraw/SvxTableShape.hxx +++ b/include/svx/unodraw/SvxTableShape.hxx @@ -22,7 +22,7 @@ #include <svx/svxdllapi.h> #include <svx/unoshape.hxx> -class SVXCORE_DLLPUBLIC SvxTableShape : public SvxShape +class SVXCORE_DLLPUBLIC SvxTableShape final : public SvxShape { protected: // override these for special property handling in subcasses. Return true if property is handled |