summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
Diffstat (limited to 'oox')
-rw-r--r--oox/source/helper/attributelist.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/helper/attributelist.cxx b/oox/source/helper/attributelist.cxx
index feb0e37a15af..725ebde132fd 100644
--- a/oox/source/helper/attributelist.cxx
+++ b/oox/source/helper/attributelist.cxx
@@ -139,7 +139,7 @@ sax_fastparser::FastAttributeList *AttributeList::getAttribList() const
{
if( mpAttribList == nullptr )
{
- mpAttribList = sax_fastparser::FastAttributeList::castToFastAttributeList( mxAttribs );
+ mpAttribList = &sax_fastparser::castToFastAttributeList( mxAttribs );
}
return mpAttribList;
}