cid#1448352 Arguments in wrong order

Change-Id: I3f7a8aab6608b3ab891fc9ab20448549be3d3dd7
Reviewed-on: https://gerrit.libreoffice.org/75140
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin 2019-07-05 15:37:17 +02:00
parent 83867d0947
commit 5df24338cf

View File

@ -118,7 +118,7 @@ namespace drawinglayer
}
// add text transformation to new transformation
aNewTransform = maDecTrans.getB2DHomMatrix() * aNewTransform;
aNewTransform *= maDecTrans.getB2DHomMatrix();
// callback to allow evtl. changes
const bool bCreate(allowChange(rTempResult.size(), aNewTransform, nIndex, nLength));