Remove dead code

See http://nabble.documentfoundation.org/Dead-code-in-escherex-cxx-filter-module-td4106079.html

Change-Id: Ieb61955cc1c401e5149d3ffd6d0c56a7cff84eb7
This commit is contained in:
Julien Nabet 2014-04-23 10:08:08 +02:00
parent 3d1046cfcd
commit b39ee2bc8f

View File

@ -4445,12 +4445,6 @@ sal_uInt32 EscherGraphicProvider::GetBlibID( SvStream& rPicOutStrm, const OStrin
aStream.Seek( STREAM_SEEK_TO_END );
p_EscherBlibEntry->mnSize = aStream.Tell();
pGraphicAry = (sal_uInt8*)aStream.GetData();
if ( p_EscherBlibEntry->meBlibType == WMF ) // the fileheader is not used
{
p_EscherBlibEntry->mnSize -= 22;
pGraphicAry += 22;
}
}
}
}