summaryrefslogtreecommitdiffstats
path: root/include/basegfx/color
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-07 15:01:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-10 07:44:47 +0100
commit049e026755f7c36c7594bf4e7891603930669a54 (patch)
tree6b27975dff99c2bfcb46ef0ed1bf0e6122ad75f3 /include/basegfx/color
parentloplugin:finalclasses in chart2 (diff)
downloadcore-049e026755f7c36c7594bf4e7891603930669a54.tar.gz
core-049e026755f7c36c7594bf4e7891603930669a54.zip
loplugin:finalclasses in basic,basegfx
Change-Id: Iff223782fa0ded0fe46b8b7af35bfd21f331015f Reviewed-on: https://gerrit.libreoffice.org/44535 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/basegfx/color')
-rw-r--r--include/basegfx/color/bcolormodifier.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/basegfx/color/bcolormodifier.hxx b/include/basegfx/color/bcolormodifier.hxx
index def842fabf59..56b6c0a3a386 100644
--- a/include/basegfx/color/bcolormodifier.hxx
+++ b/include/basegfx/color/bcolormodifier.hxx
@@ -371,9 +371,8 @@ namespace basegfx
All references to BColorModifier members use shared pointers, thus instances of
BColorModifierStack can be copied by the default mechanisms if needed.
*/
- class BASEGFX_DLLPUBLIC BColorModifierStack
+ class BASEGFX_DLLPUBLIC BColorModifierStack final
{
- protected:
::std::vector< BColorModifierSharedPtr > maBColorModifiers;
public: