Kaydet (Commit) 89321e31 authored tarafından David Tardon's avatar David Tardon

remove copypasta

Change-Id: If3e33ee0a24e8a4850b2242ab3806d8dc57ddf09
üst be45f378
......@@ -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() )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment