diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-08 09:33:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-08 09:21:06 +0000 |
commit | dca61b588a2426cfe9a18e4a1074b380e42884d7 (patch) | |
tree | db4436c600c08086c0da7fb09c290705b33beb4d /oox/inc/drawingml/chart | |
parent | 6aa8e86f3a80b7cbfb81500a6bb5cfeaca97791b (diff) |
loplugin:expandablemethods in lotuswordpro..package
Change-Id: Ic9827c998f4f78775fdf5c1eaf9d4749d4986102
Reviewed-on: https://gerrit.libreoffice.org/30682
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'oox/inc/drawingml/chart')
-rw-r--r-- | oox/inc/drawingml/chart/typegroupconverter.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/oox/inc/drawingml/chart/typegroupconverter.hxx b/oox/inc/drawingml/chart/typegroupconverter.hxx index 22a134ce8951..9ab86c8aa241 100644 --- a/oox/inc/drawingml/chart/typegroupconverter.hxx +++ b/oox/inc/drawingml/chart/typegroupconverter.hxx @@ -133,10 +133,8 @@ public: /** Returns the object type for a series depending on the chart type. */ ObjectType getSeriesObjectType() const; - /** Returns true, if this chart type has to reverse its series order. */ - bool isReverseSeries() const; /** Returns series title, if the chart type group contains only one single series. */ - OUString getSingleSeriesTitle() const; + OUString getSingleSeriesTitle() const; /** Creates a coordinate system according to the contained chart type. */ css::uno::Reference< css::chart2::XCoordinateSystem > |