summaryrefslogtreecommitdiff
path: root/basic/source/inc/stdobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/inc/stdobj.hxx')
-rw-r--r--basic/source/inc/stdobj.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/stdobj.hxx b/basic/source/inc/stdobj.hxx
index 39b353306203..18df1fbbdda7 100644
--- a/basic/source/inc/stdobj.hxx
+++ b/basic/source/inc/stdobj.hxx
@@ -24,7 +24,7 @@
class StarBASIC;
class SbStdFactory;
-class SbiStdObject : public SbxObject
+class SbiStdObject final : public SbxObject
{
std::unique_ptr<SbStdFactory> pStdFactory;