diff options
Diffstat (limited to 'xmloff/source/chart/XMLSymbolImageContext.cxx')
-rw-r--r-- | xmloff/source/chart/XMLSymbolImageContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/XMLSymbolImageContext.cxx b/xmloff/source/chart/XMLSymbolImageContext.cxx index a1feba24a2d9..b448b922ae4a 100644 --- a/xmloff/source/chart/XMLSymbolImageContext.cxx +++ b/xmloff/source/chart/XMLSymbolImageContext.cxx @@ -133,7 +133,7 @@ void XMLSymbolImageContext::EndElement() { // aProp is a member of XMLElementPropertyContext aProp.maValue <<= sResolvedURL; - SetInsert( sal_True ); + SetInsert( true ); } XMLElementPropertyContext::EndElement(); |