revert accidental breakage of object anchoring

This commit is contained in:
Michael Meeks 2012-08-21 18:35:17 +01:00
parent e8409cbd72
commit 1bdccc596a

View file

@ -592,6 +592,7 @@ void SdrEscherImport::ProcessClientAnchor2( SvStream& rSt, DffRecordHeader& rHd,
{
sal_Int16 ls, ts, rs, bs;
rSt >> ts >> ls >> rs >> bs; // the order of coordinates is a bit strange...
l = ls, t = ts, r = rs, b = bs;
}
Scale( l );
Scale( t );