summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/geometry
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-22 13:23:30 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-01-27 09:25:03 +0100
commit5c0a22ab34a1ce0a7d1bd66e82d82f8bc6caaeec (patch)
tree6bc8bf2def9fab681f2b37467c965642b96764d1 /offapi/com/sun/star/geometry
parent67a5f332ea028ef1f201144979b3ef7ad17a6a61 (diff)
Some fixes to documentation (part 2)
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/geometry')
-rw-r--r--offapi/com/sun/star/geometry/AffineMatrix2D.idl2
-rw-r--r--offapi/com/sun/star/geometry/AffineMatrix3D.idl6
-rw-r--r--offapi/com/sun/star/geometry/EllipticalArc.idl2
3 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/geometry/AffineMatrix2D.idl b/offapi/com/sun/star/geometry/AffineMatrix2D.idl
index ad122bc7ebeb..5bb5a0eba5d6 100644
--- a/offapi/com/sun/star/geometry/AffineMatrix2D.idl
+++ b/offapi/com/sun/star/geometry/AffineMatrix2D.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module geometry {
The matrix defined by this structure constitutes an affine mapping
of a point in 2D to another point in 2D. The last line of a
- complete 3 by 3 matrix is omitted, since it is implicitely assumed
+ complete 3 by 3 matrix is omitted, since it is implicitly assumed
to be [0,0,1].<p>
An affine mapping, as performed by this matrix, can be written out
diff --git a/offapi/com/sun/star/geometry/AffineMatrix3D.idl b/offapi/com/sun/star/geometry/AffineMatrix3D.idl
index 945fccc1880c..d1d17441cd6f 100644
--- a/offapi/com/sun/star/geometry/AffineMatrix3D.idl
+++ b/offapi/com/sun/star/geometry/AffineMatrix3D.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module geometry {
The matrix defined by this structure constitutes an affine mapping
of a point in 3D to another point in 3D. The last line of a
- complete 4 by 4 matrix is omitted, since it is implicitely assumed
+ complete 4 by 4 matrix is omitted, since it is implicitly assumed
to be [0,0,0,1].<p>
An affine mapping, as performed by this matrix, can be written out
@@ -63,8 +63,8 @@ module com { module sun { module star { module geometry {
physical dimensions attached to them. This physical measurement
units are typically only added when using these data types to
render something onto a physical output device. For 3D coordinates
- there is also a projection from 3D to 2D device coordiantes needed.
- Only then the total transformation matrix (oncluding projection to 2D)
+ there is also a projection from 3D to 2D device coordinates needed.
+ Only then the total transformation matrix (including projection to 2D)
and the device resolution determine the actual measurement unit in 3D.<p>
@since OOo 2.0.0
diff --git a/offapi/com/sun/star/geometry/EllipticalArc.idl b/offapi/com/sun/star/geometry/EllipticalArc.idl
index 620cbead640a..d9b6b1ec82fb 100644
--- a/offapi/com/sun/star/geometry/EllipticalArc.idl
+++ b/offapi/com/sun/star/geometry/EllipticalArc.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module geometry {
/** This structure specifies an arbitrary elliptical arc.<p>
This structure contains all parameters necessary to specify
- arbitrary elliptical arcs. The parameters are modelled closely
+ arbitrary elliptical arcs. The parameters are modeled closely
after the <a href="www.w3c.org">SVG</a> specification.<p>
As with the parameters below, there are mostly four different