summaryrefslogtreecommitdiff
path: root/include/vcl/unohelp2.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-31 09:32:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-31 12:37:50 +0100
commit54bc266e319e3cae10b72ca9173afb600176a831 (patch)
tree9afaf04e0a502d1eadaf400e7a676386d625d05e /include/vcl/unohelp2.hxx
parentd09336fbdceaafd9320466b660a2b32a07dcc16a (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.hxx2
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
{