summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/geometry/AffineMatrix2D.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/geometry/AffineMatrix2D.idl')
-rw-r--r--offapi/com/sun/star/geometry/AffineMatrix2D.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/geometry/AffineMatrix2D.idl b/offapi/com/sun/star/geometry/AffineMatrix2D.idl
index 719db8192..919ee070b 100644
--- a/offapi/com/sun/star/geometry/AffineMatrix2D.idl
+++ b/offapi/com/sun/star/geometry/AffineMatrix2D.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,7 +37,7 @@ module com { module sun { module star { module geometry {
to be [0,0,1].<p>
An affine mapping, as performed by this matrix, can be written out
- as follows, where <code>xs</code> and <code>ys</code> are the source, and
+ as follows, where <code>xs</code> and <code>ys</code> are the source, and
<code>xd</code> and <code>yd</code> the corresponding result coordinates:
<code>
@@ -67,7 +67,7 @@ module com { module sun { module star { module geometry {
@since OOo 2.0
*/
-struct AffineMatrix2D
+published struct AffineMatrix2D
{
/// The top, left matrix entry.
double m00;