diff options
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/XMLImageMapContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/XMLImageMapContext.cxx b/xmloff/source/draw/XMLImageMapContext.cxx index b7386c24f0d7..c7126b055865 100644 --- a/xmloff/source/draw/XMLImageMapContext.cxx +++ b/xmloff/source/draw/XMLImageMapContext.cxx @@ -173,7 +173,7 @@ XMLImageMapObjectContext::XMLImageMapObjectContext( void XMLImageMapObjectContext::StartElement( const Reference<XAttributeList >& xAttrList ) { - SvXMLTokenMap aMap(aImageMapObjectTokenMap); + static const SvXMLTokenMap aMap(aImageMapObjectTokenMap); sal_Int16 nLength = xAttrList->getLength(); for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) |