diff options
Diffstat (limited to 'xmloff/source/chart/XMLSymbolImageContext.cxx')
-rw-r--r-- | xmloff/source/chart/XMLSymbolImageContext.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/source/chart/XMLSymbolImageContext.cxx b/xmloff/source/chart/XMLSymbolImageContext.cxx index 36fd0eafa6e9..be661375cff0 100644 --- a/xmloff/source/chart/XMLSymbolImageContext.cxx +++ b/xmloff/source/chart/XMLSymbolImageContext.cxx @@ -109,10 +109,6 @@ SvXMLImportContextRef XMLSymbolImageContext::CreateChildContext( mxBase64Stream ); } } - if( ! pContext ) - { - pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); - } return pContext; } |