diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 10:12:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 15:27:00 +0100 |
commit | 47c0d10b02f6f89ef11f5eb6ce86efb5edb69f30 (patch) | |
tree | bbab4b1fd61b28b27ad31e6b6a326eea471256ca /framework/inc/xml/toolboxdocumenthandler.hxx | |
parent | af4f3bd896bb554b71972da5379a490b869f24bb (diff) |
loplugin:finalclasses in framework
Change-Id: I5405a123e887173fe4b90d66dab6225bf43883ea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86740
Tested-by: Jenkins
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/xml/toolboxdocumenthandler.hxx b/framework/inc/xml/toolboxdocumenthandler.hxx index 670e6229e8a0..dccdac7bce47 100644 --- a/framework/inc/xml/toolboxdocumenthandler.hxx +++ b/framework/inc/xml/toolboxdocumenthandler.hxx @@ -37,7 +37,7 @@ namespace framework{ // workaround for incremental linking bugs in MSVC2015 class SAL_DLLPUBLIC_TEMPLATE OReadToolBoxDocumentHandler_Base : public cppu::WeakImplHelper< css::xml::sax::XDocumentHandler > {}; -class OReadToolBoxDocumentHandler : public OReadToolBoxDocumentHandler_Base +class OReadToolBoxDocumentHandler final : public OReadToolBoxDocumentHandler_Base { public: enum ToolBox_XML_Entry |