diff options
Diffstat (limited to 'xmloff/source/chart/SchXMLPlotAreaContext.hxx')
-rw-r--r-- | xmloff/source/chart/SchXMLPlotAreaContext.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/chart/SchXMLPlotAreaContext.hxx b/xmloff/source/chart/SchXMLPlotAreaContext.hxx index 748aca4069e4..d43179db2981 100644 --- a/xmloff/source/chart/SchXMLPlotAreaContext.hxx +++ b/xmloff/source/chart/SchXMLPlotAreaContext.hxx @@ -141,9 +141,11 @@ class SchXMLDataLabelSpanContext: public SvXMLImportContext { private: ::std::vector<OUString>& mrLabels; + OUStringBuffer maCharBuffer; public: SchXMLDataLabelSpanContext( SvXMLImport& rImport, const OUString& rLocalName, ::std::vector<OUString>& rLabels); virtual void Characters( const OUString& rChars ) override; + virtual void EndElement() override; }; class SchXMLDataLabelParaContext: public SvXMLImportContext |