diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-07 15:49:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-08 06:11:28 +0000 |
commit | 525a45f22f591d8046ca95af3073ed27fd283ef0 (patch) | |
tree | d06550b02fdc6d33c5df7c5aa7b223a7df7ae328 /framework/inc/xml/toolboxdocumenthandler.hxx | |
parent | 990102be61a47a14a73a25ee320ac1033250777e (diff) |
loplugin:unnecessaryvirtual in framework
Change-Id: I893bf955e45e661e3ec440dbd530fca22931c23b
Reviewed-on: https://gerrit.libreoffice.org/30666
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc/xml/toolboxdocumenthandler.hxx')
-rw-r--r-- | framework/inc/xml/toolboxdocumenthandler.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/xml/toolboxdocumenthandler.hxx b/framework/inc/xml/toolboxdocumenthandler.hxx index 16d398679185..7b7363baf0f3 100644 --- a/framework/inc/xml/toolboxdocumenthandler.hxx +++ b/framework/inc/xml/toolboxdocumenthandler.hxx @@ -136,13 +136,13 @@ class FWE_DLLPUBLIC OReadToolBoxDocumentHandler : OUString m_aCommandURL; }; -class FWE_DLLPUBLIC OWriteToolBoxDocumentHandler +class FWE_DLLPUBLIC OWriteToolBoxDocumentHandler final { public: OWriteToolBoxDocumentHandler( - const css::uno::Reference< css::container::XIndexAccess >& rItemAccess, - css::uno::Reference< css::xml::sax::XDocumentHandler >& rDocumentHandler ); - virtual ~OWriteToolBoxDocumentHandler(); + const css::uno::Reference< css::container::XIndexAccess >& rItemAccess, + css::uno::Reference< css::xml::sax::XDocumentHandler >& rDocumentHandler ); + ~OWriteToolBoxDocumentHandler(); void WriteToolBoxDocument() throw ( css::xml::sax::SAXException, |