EMF+: aBaseTransform is a hardcoded identity matrix, don't bother with it

Change-Id: Ifa4f42c4f17a70c7238347a13897ef6742eb4679
This commit is contained in:
Fridrich Štrba
2013-06-12 10:03:28 +02:00
parent 28e94510f0
commit 2b700a710e
4 changed files with 0 additions and 28 deletions

View File

@@ -1873,9 +1873,6 @@ namespace cppcanvas
SAL_INFO ("cppcanvas.emf", "EMF+ picture frame: " << nFrameLeft << "," << nFrameTop << " - " << nFrameRight << "," << nFrameBottom);
rMF >> nPixX >> nPixY >> nMmX >> nMmY;
SAL_INFO ("cppcanvas.emf", "EMF+ ref device pixel size: " << nPixX << "x" << nPixY << " mm size: " << nMmX << "x" << nMmY);
rMF >> aBaseTransform;
//aWorldTransform.Set (aBaseTransform);
}
}
break;