diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-31 09:32:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-31 12:37:50 +0100 |
commit | 54bc266e319e3cae10b72ca9173afb600176a831 (patch) | |
tree | 9afaf04e0a502d1eadaf400e7a676386d625d05e /include/vcl/unohelp2.hxx | |
parent | d09336fbdceaafd9320466b660a2b32a07dcc16a (diff) |
loplugin:finalclasses in vcl
Change-Id: Id6dd59d0a335d84c513059ed7870135cf9959af8
Reviewed-on: https://gerrit.libreoffice.org/81827
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/unohelp2.hxx')
-rw-r--r-- | include/vcl/unohelp2.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/unohelp2.hxx b/include/vcl/unohelp2.hxx index 6a59541198a0..27ab0973dd37 100644 --- a/include/vcl/unohelp2.hxx +++ b/include/vcl/unohelp2.hxx @@ -32,7 +32,7 @@ namespace com { namespace sun { namespace star { namespace datatransfer { namesp namespace vcl { namespace unohelper { - class VCL_DLLPUBLIC TextDataObject : + class VCL_DLLPUBLIC TextDataObject final : public css::datatransfer::XTransferable, public ::cppu::OWeakObject { |