diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-05 10:25:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-05 15:07:23 +0200 |
commit | 2bdf80be4c822378ba101703e4051a37c8f2ad41 (patch) | |
tree | 158da830eb78da0b9adf6db850fca80a53571428 /unotools | |
parent | b6d6591fafb8ad2e59a27ff1ac6b234d879b4cf7 (diff) |
loplugin:finalclasses in unotools..vbahelper
Change-Id: I9350f9d37eaba99a1d74e103c969a9dcfe795497
Reviewed-on: https://gerrit.libreoffice.org/43160
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/misc/desktopterminationobserver.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unotools/source/misc/desktopterminationobserver.cxx b/unotools/source/misc/desktopterminationobserver.cxx index b84745951e17..1de3530b917f 100644 --- a/unotools/source/misc/desktopterminationobserver.cxx +++ b/unotools/source/misc/desktopterminationobserver.cxx @@ -62,11 +62,10 @@ namespace utl public: static void ensureObservation(); - protected: + private: OObserverImpl(); virtual ~OObserverImpl() override; - private: // XTerminateListener virtual void SAL_CALL queryTermination( const EventObject& Event ) override; virtual void SAL_CALL notifyTermination( const EventObject& Event ) override; |