summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/geometry/Matrix2D.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/geometry/Matrix2D.idl')
-rw-r--r--offapi/com/sun/star/geometry/Matrix2D.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/geometry/Matrix2D.idl b/offapi/com/sun/star/geometry/Matrix2D.idl
index 16b5b5fb54e4..d64e155c3f00 100644
--- a/offapi/com/sun/star/geometry/Matrix2D.idl
+++ b/offapi/com/sun/star/geometry/Matrix2D.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module geometry {
The matrix defined by this structure constitutes a linear
mapping of a point in 2D to another point in 2D. In contrast to
- the <type>com.sun.star.geometry.AffineMatrix2D</type>, this
+ the com.sun.star.geometry.AffineMatrix2D, this
matrix does not include any translational components.<p>
A linear mapping, as performed by this matrix, can be written out
@@ -41,7 +41,7 @@ module com { module sun { module star { module geometry {
</code><p>
Thus, in common matrix language, with M being the
- <type>Matrix2D</type> and vs=[xs,ys]^T, vd=[xd,yd]^T two 2D
+ Matrix2D and vs=[xs,ys]^T, vd=[xd,yd]^T two 2D
vectors, the linear mapping is written as
vd=M*vs. Concatenation of transformations amounts to
multiplication of matrices, i.e. a scaling, given by S,