summaryrefslogtreecommitdiffstats
path: root/include/basic
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-07 15:01:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-10 07:44:47 +0100
commit049e026755f7c36c7594bf4e7891603930669a54 (patch)
tree6b27975dff99c2bfcb46ef0ed1bf0e6122ad75f3 /include/basic
parentloplugin:finalclasses in chart2 (diff)
downloadcore-049e026755f7c36c7594bf4e7891603930669a54.tar.gz
core-049e026755f7c36c7594bf4e7891603930669a54.zip
loplugin:finalclasses in basic,basegfx
Change-Id: Iff223782fa0ded0fe46b8b7af35bfd21f331015f Reviewed-on: https://gerrit.libreoffice.org/44535 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/basic')
-rw-r--r--include/basic/sbx.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/basic/sbx.hxx b/include/basic/sbx.hxx
index 45d00555ec3d..3bc9b9953017 100644
--- a/include/basic/sbx.hxx
+++ b/include/basic/sbx.hxx
@@ -218,9 +218,8 @@ public:
virtual void Clear() override;
};
-class BASIC_DLLPUBLIC SbxStdCollection : public SbxCollection
+class BASIC_DLLPUBLIC SbxStdCollection final : public SbxCollection
{
-protected:
OUString aElemClass;
bool bAddRemoveOk;
virtual ~SbxStdCollection() override;