diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2018-08-11 08:28:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-11 11:49:39 +0200 |
commit | d99af1a67cbe4e23661467843e7d72194b45b313 (patch) | |
tree | 76b39523a6ccbacf9c4e68f810981ecf49e8b45a /chart2/source/view/inc/PlotterBase.hxx | |
parent | b26f83b1cc184a79caa9e9c0ae15717ef61dde4a (diff) |
loplugin:mergeclasses AbstractShapeFactory into ShapeFactory
Change-Id: I9cc607bcc84a14ffdbe22bdbe1a038f5b22b719a
Reviewed-on: https://gerrit.libreoffice.org/58871
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/view/inc/PlotterBase.hxx')
-rw-r--r-- | chart2/source/view/inc/PlotterBase.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/inc/PlotterBase.hxx b/chart2/source/view/inc/PlotterBase.hxx index 788992dc3de3..1ddea6f0396e 100644 --- a/chart2/source/view/inc/PlotterBase.hxx +++ b/chart2/source/view/inc/PlotterBase.hxx @@ -33,8 +33,8 @@ namespace chart { struct ExplicitScaleData; } namespace chart { -class AbstractShapeFactory; class PlottingPositionHelper; +class ShapeFactory; /** This class provides methods for setting axis scales and for performing * scene to screen transformations. It is used as the base class for all @@ -72,7 +72,7 @@ protected: //member css::uno::Reference< css::drawing::XShapes > m_xLogicTarget; css::uno::Reference< css::drawing::XShapes > m_xFinalTarget; css::uno::Reference< css::lang::XMultiServiceFactory> m_xShapeFactory; - AbstractShapeFactory* m_pShapeFactory; + ShapeFactory* m_pShapeFactory; OUString m_aCID; const sal_Int32 m_nDimension; |