diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-29 10:50:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-29 19:30:12 +0100 |
commit | 5ef60d5af78bfa9bc297df7d83042e53a9a04e0f (patch) | |
tree | 699491c53a253e2f346b9a3ff11a0d7002073a28 /include/oox/ppt | |
parent | 435ab51ec8920033b7865f27f4afee8a852a0b31 (diff) |
loplugin:finalclasses in oox
Change-Id: I95f69d99194f91851b2ef86bebf20006fa32fef3
Reviewed-on: https://gerrit.libreoffice.org/81656
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox/ppt')
-rw-r--r-- | include/oox/ppt/customshowlistcontext.hxx | 2 | ||||
-rw-r--r-- | include/oox/ppt/layoutfragmenthandler.hxx | 2 | ||||
-rw-r--r-- | include/oox/ppt/pptgraphicshapecontext.hxx | 2 | ||||
-rw-r--r-- | include/oox/ppt/pptimport.hxx | 2 | ||||
-rw-r--r-- | include/oox/ppt/pptshapecontext.hxx | 2 | ||||
-rw-r--r-- | include/oox/ppt/pptshapegroupcontext.hxx | 2 | ||||
-rw-r--r-- | include/oox/ppt/pptshapepropertiescontext.hxx | 2 | ||||
-rw-r--r-- | include/oox/ppt/slidetimingcontext.hxx | 2 | ||||
-rw-r--r-- | include/oox/ppt/slidetransitioncontext.hxx | 2 | ||||
-rw-r--r-- | include/oox/ppt/soundactioncontext.hxx | 2 | ||||
-rw-r--r-- | include/oox/ppt/timenodelistcontext.hxx | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/include/oox/ppt/customshowlistcontext.hxx b/include/oox/ppt/customshowlistcontext.hxx index 216e43fe9d36..f49924deeba8 100644 --- a/include/oox/ppt/customshowlistcontext.hxx +++ b/include/oox/ppt/customshowlistcontext.hxx @@ -40,7 +40,7 @@ namespace oox { namespace ppt { }; /** CT_ */ - class CustomShowListContext : public ::oox::core::FragmentHandler2 + class CustomShowListContext final : public ::oox::core::FragmentHandler2 { std::vector< CustomShow >& mrCustomShowList; diff --git a/include/oox/ppt/layoutfragmenthandler.hxx b/include/oox/ppt/layoutfragmenthandler.hxx index 838ba947d1a5..1e4c0603cf10 100644 --- a/include/oox/ppt/layoutfragmenthandler.hxx +++ b/include/oox/ppt/layoutfragmenthandler.hxx @@ -31,7 +31,7 @@ namespace oox { namespace core { class XmlFilterBase; } } namespace oox { namespace ppt { -class LayoutFragmentHandler : public SlideFragmentHandler +class LayoutFragmentHandler final : public SlideFragmentHandler { public: LayoutFragmentHandler(::oox::core::XmlFilterBase& rFilter, const OUString& rFragmentPath, diff --git a/include/oox/ppt/pptgraphicshapecontext.hxx b/include/oox/ppt/pptgraphicshapecontext.hxx index 14e57633e0c1..f2d4e4d63177 100644 --- a/include/oox/ppt/pptgraphicshapecontext.hxx +++ b/include/oox/ppt/pptgraphicshapecontext.hxx @@ -31,7 +31,7 @@ namespace oox { namespace core { class ContextHandler2Helper; } } namespace oox { namespace ppt { -class PPTGraphicShapeContext : public ::oox::drawingml::GraphicShapeContext +class PPTGraphicShapeContext final : public ::oox::drawingml::GraphicShapeContext { SlidePersistPtr mpSlidePersistPtr; diff --git a/include/oox/ppt/pptimport.hxx b/include/oox/ppt/pptimport.hxx index c5ff1b1e5a0c..2ea62da02c1b 100644 --- a/include/oox/ppt/pptimport.hxx +++ b/include/oox/ppt/pptimport.hxx @@ -49,7 +49,7 @@ namespace oox { namespace oox { namespace ppt { -class PowerPointImport : public oox::core::XmlFilterBase +class PowerPointImport final : public oox::core::XmlFilterBase { public: /// @throws css::uno::RuntimeException diff --git a/include/oox/ppt/pptshapecontext.hxx b/include/oox/ppt/pptshapecontext.hxx index 6996fe730bd6..334904931fe2 100644 --- a/include/oox/ppt/pptshapecontext.hxx +++ b/include/oox/ppt/pptshapecontext.hxx @@ -31,7 +31,7 @@ namespace oox { namespace core { class ContextHandler2Helper; } } namespace oox { namespace ppt { -class PPTShapeContext : public ::oox::drawingml::ShapeContext +class PPTShapeContext final : public ::oox::drawingml::ShapeContext { SlidePersistPtr mpSlidePersistPtr; diff --git a/include/oox/ppt/pptshapegroupcontext.hxx b/include/oox/ppt/pptshapegroupcontext.hxx index 1043b3fa8177..76b743ee16af 100644 --- a/include/oox/ppt/pptshapegroupcontext.hxx +++ b/include/oox/ppt/pptshapegroupcontext.hxx @@ -34,7 +34,7 @@ namespace oox { namespace oox { namespace ppt { -class PPTShapeGroupContext : public ::oox::drawingml::ShapeGroupContext +class PPTShapeGroupContext final : public ::oox::drawingml::ShapeGroupContext { SlidePersistPtr const mpSlidePersistPtr; ShapeLocation const meShapeLocation; diff --git a/include/oox/ppt/pptshapepropertiescontext.hxx b/include/oox/ppt/pptshapepropertiescontext.hxx index 7e2039a7c794..06d4cec1461b 100644 --- a/include/oox/ppt/pptshapepropertiescontext.hxx +++ b/include/oox/ppt/pptshapepropertiescontext.hxx @@ -32,7 +32,7 @@ namespace oox { namespace oox { namespace ppt { -class PPTShapePropertiesContext : public ::oox::drawingml::ShapePropertiesContext +class PPTShapePropertiesContext final : public ::oox::drawingml::ShapePropertiesContext { public: PPTShapePropertiesContext( ::oox::core::ContextHandler2Helper const & rParent, ::oox::drawingml::Shape& rShape ); diff --git a/include/oox/ppt/slidetimingcontext.hxx b/include/oox/ppt/slidetimingcontext.hxx index f1c428682db2..4cdd4998e37d 100644 --- a/include/oox/ppt/slidetimingcontext.hxx +++ b/include/oox/ppt/slidetimingcontext.hxx @@ -29,7 +29,7 @@ namespace oox { class AttributeList; } namespace oox { namespace ppt { -class SlideTimingContext : public ::oox::core::FragmentHandler2 +class SlideTimingContext final : public ::oox::core::FragmentHandler2 { public: SlideTimingContext( ::oox::core::FragmentHandler2 const & rParent, TimeNodePtrList & aTimeNodeList ) throw(); diff --git a/include/oox/ppt/slidetransitioncontext.hxx b/include/oox/ppt/slidetransitioncontext.hxx index f6b2e7a91d56..501780fb96eb 100644 --- a/include/oox/ppt/slidetransitioncontext.hxx +++ b/include/oox/ppt/slidetransitioncontext.hxx @@ -32,7 +32,7 @@ namespace oox { namespace oox { namespace ppt { - class SlideTransitionContext : public ::oox::core::FragmentHandler2 + class SlideTransitionContext final : public ::oox::core::FragmentHandler2 { public: SlideTransitionContext( ::oox::core::FragmentHandler2 const & rParent, diff --git a/include/oox/ppt/soundactioncontext.hxx b/include/oox/ppt/soundactioncontext.hxx index 99435959c472..686e00e19956 100644 --- a/include/oox/ppt/soundactioncontext.hxx +++ b/include/oox/ppt/soundactioncontext.hxx @@ -33,7 +33,7 @@ namespace oox { namespace oox { namespace ppt { -class SoundActionContext : public ::oox::core::FragmentHandler2 +class SoundActionContext final : public ::oox::core::FragmentHandler2 { public: SoundActionContext( ::oox::core::FragmentHandler2 const & rParent, PropertyMap & aProperties ) throw(); diff --git a/include/oox/ppt/timenodelistcontext.hxx b/include/oox/ppt/timenodelistcontext.hxx index 00815a40a668..b4f5e3ca5539 100644 --- a/include/oox/ppt/timenodelistcontext.hxx +++ b/include/oox/ppt/timenodelistcontext.hxx @@ -51,7 +51,7 @@ namespace oox { namespace ppt { /** FastParser context for XML_tnLst, XML_subTnLst and XML_childTnLst */ -class TimeNodeListContext : public ::oox::core::FragmentHandler2 +class TimeNodeListContext final : public ::oox::core::FragmentHandler2 { public: TimeNodeListContext( ::oox::core::FragmentHandler2 const & rParent, TimeNodePtrList & aList ) throw(); |