diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-29 10:34:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-29 20:25:15 +0100 |
commit | 714f0868a59ff6f8b6032e137c8aa62a95bb20dc (patch) | |
tree | fc50ab0e3b24fde4862b6570daace7304ec84a1c /include/jvmaccess | |
parent | af7589107e3540d0454965b58e3177f4057ce48c (diff) |
loplugin:finalclasses jvmaccess..o3tl
Change-Id: Iadb8621d7490b55ee6dbcadffb3c7e2527958424
Reviewed-on: https://gerrit.libreoffice.org/81655
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/jvmaccess')
-rw-r--r-- | include/jvmaccess/unovirtualmachine.hxx | 2 | ||||
-rw-r--r-- | include/jvmaccess/virtualmachine.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/jvmaccess/unovirtualmachine.hxx b/include/jvmaccess/unovirtualmachine.hxx index efddbee3eeb0..c412b34b959f 100644 --- a/include/jvmaccess/unovirtualmachine.hxx +++ b/include/jvmaccess/unovirtualmachine.hxx @@ -32,7 +32,7 @@ class VirtualMachine; /** An encapsulating wrapper around a Java virtual machine and an appropriate UNO class loader. */ -class JVMACCESS_DLLPUBLIC UnoVirtualMachine: public salhelper::SimpleReferenceObject { +class JVMACCESS_DLLPUBLIC UnoVirtualMachine final : public salhelper::SimpleReferenceObject { public: /** An exception indicating failure to create a UnoVirtualMachine. */ diff --git a/include/jvmaccess/virtualmachine.hxx b/include/jvmaccess/virtualmachine.hxx index 69931dfeeced..2076a02577bd 100644 --- a/include/jvmaccess/virtualmachine.hxx +++ b/include/jvmaccess/virtualmachine.hxx @@ -30,7 +30,7 @@ namespace jvmaccess { /** An encapsulating wrapper around a Java virtual machine. */ -class JVMACCESS_DLLPUBLIC VirtualMachine: public salhelper::SimpleReferenceObject +class JVMACCESS_DLLPUBLIC VirtualMachine final : public salhelper::SimpleReferenceObject { public: /** A helper to attach a thread to a Java virtual machine. |