diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-23 13:07:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-24 07:59:06 +0200 |
commit | ac45764b05385a51d469fda2e4bf9233904ca5a9 (patch) | |
tree | 94605a61e6933b3e8f1d0073b790645f04a51d5e /svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx | |
parent | fe22bdc3b537afa8ebcb5cb057542b762c770722 (diff) |
loplugin:finalclasses in svx
Change-Id: I74296e2185902498cd569ecde83905f718a41e84
Reviewed-on: https://gerrit.libreoffice.org/43715
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx')
-rw-r--r-- | svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx b/svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx index 4ea4ed8e82c3..40c57cb0eacd 100644 --- a/svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx +++ b/svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx @@ -33,9 +33,8 @@ namespace sdr { namespace contact { - class ViewObjectContactOfGraphic : public ViewObjectContactOfSdrObj + class ViewObjectContactOfGraphic final : public ViewObjectContactOfSdrObj { - private: // allow async loading event helper to call tooling methods friend class sdr::event::AsynchGraphicLoadingEvent; @@ -50,7 +49,6 @@ namespace sdr void doAsynchGraphicLoading(); void forgetAsynchGraphicLoadingEvent(sdr::event::AsynchGraphicLoadingEvent const * pEvent); - protected: const SdrGrafObj& getSdrGrafObj() const; SdrGrafObj& getSdrGrafObj(); |