diff options
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/fastparser/fastparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx index 155cf656a00d..daf51f4ea1ee 100644 --- a/sax/source/fastparser/fastparser.cxx +++ b/sax/source/fastparser/fastparser.cxx @@ -435,7 +435,7 @@ void Entity::startElement( Event const *pEvent ) try { - Reference< XFastAttributeList > xAttr( pEvent->mxAttributes ); + const Reference< XFastAttributeList > & xAttr( pEvent->mxAttributes ); Reference< XFastContextHandler > xContext; if ( mxNamespaceHandler.is() ) |