summaryrefslogtreecommitdiff
path: root/sfx2/inc/unoctitm.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-06-24 15:13:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-06-25 12:25:34 +0200
commit5a0e9dd75e1c266714177d1178c0a035fcc193b9 (patch)
tree968719281508b3badaaaea4e285576c171b9292a /sfx2/inc/unoctitm.hxx
parent28c3228cf81f4cd29ed5a26a944796197298d1ec (diff)
loplugin:finalclasses in sfx2
Change-Id: I8125d5447e13a6dadfde9c19c8cab6004693589a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117789 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/inc/unoctitm.hxx')
-rw-r--r--sfx2/inc/unoctitm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/unoctitm.hxx b/sfx2/inc/unoctitm.hxx
index 8259329e9e18..805ff22b3124 100644
--- a/sfx2/inc/unoctitm.hxx
+++ b/sfx2/inc/unoctitm.hxx
@@ -101,7 +101,7 @@ public:
SfxDispatcher* GetDispatcher_Impl();
};
-class SfxDispatchController_Impl : public SfxControllerItem
+class SfxDispatchController_Impl final : public SfxControllerItem
{
css::util::URL aDispatchURL;
SfxDispatcher* pDispatcher;