summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2023-10-01 20:02:34 +0100
committerCaolán McNamara <caolan.mcnamara@collabora.com>2023-10-02 09:34:11 +0200
commit0083083c8cd269446d0f2955ffe2f17bbc3bf22b (patch)
tree76231ee49636e2fb1a9a0ca53fc1ec3b2f3f0be0 /sd/source/ui/unoidl
parent5046b36374c164d8f0dd2a70b5a250d8536b1ed6 (diff)
these can be final
like ScDrawDefaultsObj is related to cid#1545815 API usage error and cid#1546386 API usage error Change-Id: Ib015a6c6c2e4b6425f218b603a41a8a0027e4a92 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157474 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r--sd/source/ui/unoidl/unopool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/unopool.cxx b/sd/source/ui/unoidl/unopool.cxx
index 6a4124bcfe62..72c006241611 100644
--- a/sd/source/ui/unoidl/unopool.cxx
+++ b/sd/source/ui/unoidl/unopool.cxx
@@ -44,7 +44,7 @@ static LanguageType SdUnoGetLanguage( const lang::Locale& rLocale )
namespace {
-class SdUnoDrawPool : public SvxUnoDrawPool
+class SdUnoDrawPool final : public SvxUnoDrawPool
{
public:
explicit SdUnoDrawPool(SdDrawDocument* pModel);