summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-01-30 14:01:26 +0100
committerDavid Tardon <dtardon@redhat.com>2015-01-30 14:03:22 +0100
commit89321e312b4a1be22becbead67b1d25b058c623b (patch)
tree30c9bfe3b3a4ab17549e4312522d7840b9609819 /svx
parentbe45f378d5a888efeceed54ba53ac61c4dd3f2b8 (diff)
remove copypasta
Change-Id: If3e33ee0a24e8a4850b2242ab3806d8dc57ddf09
Diffstat (limited to 'svx')
-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() )
{