diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-29 12:02:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-29 19:38:31 +0100 |
commit | af7589107e3540d0454965b58e3177f4057ce48c (patch) | |
tree | 569047fbe097648b3b3f03fe720454a31a0b1dd4 /include/sax | |
parent | 5ef60d5af78bfa9bc297df7d83042e53a9a04e0f (diff) |
loplugin:finalclasses sfx2
Change-Id: I77330d53adb5c6ec66750e57fdc539353b4c9725
Reviewed-on: https://gerrit.libreoffice.org/81657
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sax')
-rw-r--r-- | include/sax/fastattribs.hxx | 2 | ||||
-rw-r--r-- | include/sax/fastparser.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/sax/fastattribs.hxx b/include/sax/fastattribs.hxx index ddbc0a5c1e2f..7484a2491725 100644 --- a/include/sax/fastattribs.hxx +++ b/include/sax/fastattribs.hxx @@ -70,7 +70,7 @@ class SAX_DLLPUBLIC FastTokenHandlerBase const char *pStr, size_t nLength ); }; -class SAX_DLLPUBLIC FastAttributeList : public cppu::WeakImplHelper< css::xml::sax::XFastAttributeList > +class SAX_DLLPUBLIC FastAttributeList final : public cppu::WeakImplHelper< css::xml::sax::XFastAttributeList > { public: FastAttributeList( const css::uno::Reference< css::xml::sax::XFastTokenHandler >& xTokenHandler, diff --git a/include/sax/fastparser.hxx b/include/sax/fastparser.hxx index ace7956382fb..f9776c595831 100644 --- a/include/sax/fastparser.hxx +++ b/include/sax/fastparser.hxx @@ -41,7 +41,7 @@ namespace sax_fastparser { class FastSaxParserImpl; // This class implements the external Parser interface -class FASTSAX_DLLPUBLIC FastSaxParser +class FASTSAX_DLLPUBLIC FastSaxParser final : public ::cppu::WeakImplHelper< css::lang::XInitialization, css::xml::sax::XFastParser, |