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:
parent
83867d0947
commit
5df24338cf
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user