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