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:
@@ -118,7 +118,7 @@ namespace drawinglayer
|
|||||||
}
|
}
|
||||||
|
|
||||||
// add text transformation to new transformation
|
// add text transformation to new transformation
|
||||||
aNewTransform = maDecTrans.getB2DHomMatrix() * aNewTransform;
|
aNewTransform *= maDecTrans.getB2DHomMatrix();
|
||||||
|
|
||||||
// callback to allow evtl. changes
|
// callback to allow evtl. changes
|
||||||
const bool bCreate(allowChange(rTempResult.size(), aNewTransform, nIndex, nLength));
|
const bool bCreate(allowChange(rTempResult.size(), aNewTransform, nIndex, nLength));
|
||||||
|
Reference in New Issue
Block a user