summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/ChartOASISTContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/ChartOASISTContext.cxx')
-rw-r--r--xmloff/source/transform/ChartOASISTContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/ChartOASISTContext.cxx b/xmloff/source/transform/ChartOASISTContext.cxx
index 62e48b740c02..1311a3e38368 100644
--- a/xmloff/source/transform/ChartOASISTContext.cxx
+++ b/xmloff/source/transform/ChartOASISTContext.cxx
@@ -85,7 +85,7 @@ void XMLChartOASISTransformerContext::StartElement(
case XML_ATACTION_DECODE_STYLE_NAME_REF:
{
OUString aAttrValue( rAttrValue );
- if( GetTransformer().DecodeStyleName(aAttrValue) )
+ if( XMLTransformerBase::DecodeStyleName(aAttrValue) )
pMutableAttrList->SetValueByIndex( i, aAttrValue );
}
break;