summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/chart
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-20 13:12:31 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-21 06:50:55 +0000
commitc714b43b0137ad253f51e1c65417c9874b8509e5 (patch)
treec258269d292ec4b65235357e82a70c3b6f364563 /oox/inc/drawingml/chart
parent82b896f1f85b510eb72bb6d2f97d29defe1edf8b (diff)
loplugin:unusedmethods oox
Change-Id: I5381e0da0efc1f951e248cfcfb35fc680ace94e4 Reviewed-on: https://gerrit.libreoffice.org/17225 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'oox/inc/drawingml/chart')
-rw-r--r--oox/inc/drawingml/chart/plotareaconverter.hxx2
-rw-r--r--oox/inc/drawingml/chart/seriesconverter.hxx8
2 files changed, 0 insertions, 10 deletions
diff --git a/oox/inc/drawingml/chart/plotareaconverter.hxx b/oox/inc/drawingml/chart/plotareaconverter.hxx
index 24653d1b550d..fd95cde7b184 100644
--- a/oox/inc/drawingml/chart/plotareaconverter.hxx
+++ b/oox/inc/drawingml/chart/plotareaconverter.hxx
@@ -95,8 +95,6 @@ public:
/** Returns the automatic chart title if the chart contains only one series. */
const OUString& getAutomaticTitle() const { return maAutoTitle; }
- /** Returns true, if the chart is three-dimensional. */
- bool is3dChart() const { return mb3dChart; }
/** Returns true, if chart type supports wall and floor format in 3D mode. */
bool isWall3dChart() const { return mbWall3dChart; }
diff --git a/oox/inc/drawingml/chart/seriesconverter.hxx b/oox/inc/drawingml/chart/seriesconverter.hxx
index d36468cbf2d2..9971a55f57de 100644
--- a/oox/inc/drawingml/chart/seriesconverter.hxx
+++ b/oox/inc/drawingml/chart/seriesconverter.hxx
@@ -49,14 +49,6 @@ public:
void convertFromModel(
const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDataSeries >& rxDataSeries,
const TypeGroupConverter& rTypeGroup );
-
- /** Conversion helper for data series and data points. */
- static void convertLabelFormatting(
- PropertySet& rPropSet,
- ObjectFormatter& rFormatter,
- const DataLabelModelBase& rDataLabel,
- const TypeGroupConverter& rTypeGroup,
- bool bDataSeriesLabel );
};