summaryrefslogtreecommitdiff
path: root/include/connectivity/BlobHelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 08:17:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 08:35:36 +0100
commit01b1442e2b866c975565cb6d585ae394e9b3cb9f (patch)
tree8ac64839b74ed1f9749f9ae2cf654e6a4583db49 /include/connectivity/BlobHelper.hxx
parentcaa4c416675f9d5f6e5006b551f8534088c5bdf1 (diff)
loplugin:finalclasses in connectivity
Change-Id: I8f85331338247d4b144c5d5487c2fb59c5237dff Reviewed-on: https://gerrit.libreoffice.org/81637 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/connectivity/BlobHelper.hxx')
-rw-r--r--include/connectivity/BlobHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/BlobHelper.hxx b/include/connectivity/BlobHelper.hxx
index a890e6bc9550..8a99eb30b948 100644
--- a/include/connectivity/BlobHelper.hxx
+++ b/include/connectivity/BlobHelper.hxx
@@ -25,7 +25,7 @@
namespace connectivity
{
- class OOO_DLLPUBLIC_DBTOOLS BlobHelper : public ::cppu::WeakImplHelper< css::sdbc::XBlob >
+ class OOO_DLLPUBLIC_DBTOOLS BlobHelper final : public ::cppu::WeakImplHelper< css::sdbc::XBlob >
{
css::uno::Sequence< sal_Int8 > m_aValue;
public: