summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/chart/titleconverter.hxx
diff options
context:
space:
mode:
authorTünde Tóth <tundeth@gmail.com>2019-12-04 16:17:09 +0100
committerLászló Németh <nemeth@numbertext.org>2019-12-12 10:40:52 +0100
commitcea1ae2a4f7abdcfc3874d714bdafef801910c1c (patch)
treeb74644f6d6bffa3fdf8ea1cb092066eef7f548bc /oox/inc/drawingml/chart/titleconverter.hxx
parent4a8d3b80283cec4a93dd697eab70afcb82f04f4f (diff)
tdf#121991 Chart OOXML import: fix deleted legend entries
The legend showed deleted legend entries too. Change-Id: I1e205cdfc4262c73d2bb189237d6bc316781931d Reviewed-on: https://gerrit.libreoffice.org/84516 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'oox/inc/drawingml/chart/titleconverter.hxx')
-rw-r--r--oox/inc/drawingml/chart/titleconverter.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/oox/inc/drawingml/chart/titleconverter.hxx b/oox/inc/drawingml/chart/titleconverter.hxx
index 10f2f000d4aa..40b95d25d193 100644
--- a/oox/inc/drawingml/chart/titleconverter.hxx
+++ b/oox/inc/drawingml/chart/titleconverter.hxx
@@ -90,6 +90,9 @@ public:
/** Creates a legend object and attaches it at the passed diagram. */
void convertFromModel(
const css::uno::Reference< css::chart2::XDiagram >& rxDiagram );
+
+private:
+ void legendEntriesFormatting(const css::uno::Reference<css::chart2::XDiagram>& rxDiagram);
};