summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLPlotAreaContext.cxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-11-02 12:26:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-02 17:08:47 +0100
commit3940cf7d716f3e469f47d3c831a799e58edf2eb8 (patch)
tree96c54b88e76e8eeff2b58700fce6a3b4f6722cde /xmloff/source/chart/SchXMLPlotAreaContext.cxx
parentdd24e21bb4f183048a738314934fc3f02ec093f1 (diff)
drop the SvXMLExport::EndElement method..
in favour of just using the endFastElement() method Change-Id: Id95abb0b9e78bc44278c5e9e3cc8dee15185e2e2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105175 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/chart/SchXMLPlotAreaContext.cxx')
-rw-r--r--xmloff/source/chart/SchXMLPlotAreaContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/chart/SchXMLPlotAreaContext.cxx b/xmloff/source/chart/SchXMLPlotAreaContext.cxx
index 47e3ba67e2cf..7dd72350dacf 100644
--- a/xmloff/source/chart/SchXMLPlotAreaContext.cxx
+++ b/xmloff/source/chart/SchXMLPlotAreaContext.cxx
@@ -498,7 +498,7 @@ SvXMLImportContextRef SchXMLPlotAreaContext::CreateChildContext(
return pContext;
}
-void SchXMLPlotAreaContext::EndElement()
+void SchXMLPlotAreaContext::endFastElement(sal_Int32 )
{
// set categories
if( !mrCategoriesAddress.isEmpty() && mxNewDoc.is())
@@ -594,7 +594,7 @@ void SchXMLDataLabelSpanContext::characters(const OUString& rChars)
maCharBuffer.append(rChars);
}
-void SchXMLDataLabelSpanContext::EndElement()
+void SchXMLDataLabelSpanContext::endFastElement(sal_Int32 )
{
mrLabels.push_back(maCharBuffer.makeStringAndClear());
}
@@ -781,7 +781,7 @@ void SchXMLDataPointContext::StartElement( const uno::Reference< xml::sax::XAttr
mrIndex += nRepeat;
}
-void SchXMLDataPointContext::EndElement()
+void SchXMLDataPointContext::endFastElement(sal_Int32 )
{
if(!mDataPoint.msStyleName.isEmpty() || mDataPoint.mCustomLabels.size() > 0)
{