summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLChartStyleContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLChartStyleContext.hxx')
-rw-r--r--xmloff/inc/XMLChartStyleContext.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmloff/inc/XMLChartStyleContext.hxx b/xmloff/inc/XMLChartStyleContext.hxx
index c22df28ffa75..f88be429b8a5 100644
--- a/xmloff/inc/XMLChartStyleContext.hxx
+++ b/xmloff/inc/XMLChartStyleContext.hxx
@@ -29,9 +29,7 @@ private:
SvXMLStylesContext& mrStyles;
/// is called when an attribute at the (auto)style element is found
- virtual void SetAttribute( sal_uInt16 nPrefixKey,
- const OUString& rLocalName,
- const OUString& rValue ) override;
+ virtual void SetAttribute( sal_Int32 nElement, const OUString& rValue ) override;
public: