Kaydet (Commit) b39ee2bc authored tarafından Julien Nabet's avatar Julien Nabet

Remove dead code

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

Change-Id: Ieb61955cc1c401e5149d3ffd6d0c56a7cff84eb7
üst 3d1046cf
...@@ -4445,12 +4445,6 @@ sal_uInt32 EscherGraphicProvider::GetBlibID( SvStream& rPicOutStrm, const OStrin ...@@ -4445,12 +4445,6 @@ sal_uInt32 EscherGraphicProvider::GetBlibID( SvStream& rPicOutStrm, const OStrin
aStream.Seek( STREAM_SEEK_TO_END ); aStream.Seek( STREAM_SEEK_TO_END );
p_EscherBlibEntry->mnSize = aStream.Tell(); p_EscherBlibEntry->mnSize = aStream.Tell();
pGraphicAry = (sal_uInt8*)aStream.GetData(); pGraphicAry = (sal_uInt8*)aStream.GetData();
if ( p_EscherBlibEntry->meBlibType == WMF ) // the fileheader is not used
{
p_EscherBlibEntry->mnSize -= 22;
pGraphicAry += 22;
}
} }
} }
} }
......
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