summaryrefslogtreecommitdiff
path: root/svx/source/core/graphichelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/core/graphichelper.cxx')
-rw-r--r--svx/source/core/graphichelper.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/core/graphichelper.cxx b/svx/source/core/graphichelper.cxx
index 5e3aaa099610..04b93c09d2ea 100644
--- a/svx/source/core/graphichelper.cxx
+++ b/svx/source/core/graphichelper.cxx
@@ -255,10 +255,6 @@ void GraphicHelper::SaveShapeAsGraphic( const Reference< drawing::XShape >& xSha
OUString aExportMimeType( aMimeTypeMap[xFilterManager->getCurrentFilter()] );
Reference< XInputStream > xGraphStream;
- if( aMimeType == aExportMimeType )
- {
- xShapeSet->getPropertyValue("GraphicStream") >>= xGraphStream;
- }
if( xGraphStream.is() )
{