Related to fdo#60724: correct spelling
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
This commit is contained in:
@@ -688,7 +688,7 @@ namespace cppcanvas
|
||||
nSteps,
|
||||
fBorder,
|
||||
fRotation);
|
||||
// map odf to svg gradient orientation - x
|
||||
// map ODF to svg gradient orientation - x
|
||||
// instead of y direction
|
||||
aGradInfo.maTextureTransform = aGradInfo.maTextureTransform * aRot90;
|
||||
aGradientService = "LinearGradient";
|
||||
@@ -714,11 +714,11 @@ namespace cppcanvas
|
||||
nSteps,
|
||||
fAxialBorder,
|
||||
fRotation);
|
||||
// map odf to svg gradient orientation - x
|
||||
// map ODF to svg gradient orientation - x
|
||||
// instead of y direction
|
||||
aGradInfo.maTextureTransform = aGradInfo.maTextureTransform * aRot90;
|
||||
|
||||
// map odf axial gradient to 3-stop linear
|
||||
// map ODF axial gradient to 3-stop linear
|
||||
// gradient - shift left by 0.5
|
||||
basegfx::B2DHomMatrix aShift;
|
||||
aShift.translate(-0.5,0);
|
||||
|
Reference in New Issue
Block a user