summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/image
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-15 14:43:20 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-15 14:43:20 +0000
commit2ff1008b9f7c78e536b80f689ca5778e01c89293 (patch)
tree45bb753f96562a31dfd0b2ca16b22139e14bbc7f /offapi/com/sun/star/image
parentproofreading and corrections from Richard Holt (diff)
downloadcore-2ff1008b9f7c78e536b80f689ca5778e01c89293.tar.gz
core-2ff1008b9f7c78e536b80f689ca5778e01c89293.zip
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/image')
-rw-r--r--offapi/com/sun/star/image/ImageMap.idl6
-rw-r--r--offapi/com/sun/star/image/ImageMapCircleObject.idl10
-rw-r--r--offapi/com/sun/star/image/ImageMapObject.idl6
-rw-r--r--offapi/com/sun/star/image/ImageMapPolygonObject.idl6
-rw-r--r--offapi/com/sun/star/image/ImageMapRectangleObject.idl6
5 files changed, 17 insertions, 17 deletions
diff --git a/offapi/com/sun/star/image/ImageMap.idl b/offapi/com/sun/star/image/ImageMap.idl
index 88c2d0115cf9..46522444c077 100644
--- a/offapi/com/sun/star/image/ImageMap.idl
+++ b/offapi/com/sun/star/image/ImageMap.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ImageMap.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cl $ $Date: 2001-03-14 17:14:22 $
+ * last change: $Author: mi $ $Date: 2001-11-15 15:43:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@
*/
service ImageMap
{
- /** a ImageMap can optionaly have a name. */
+ /** a ImageMap can, optionally, have a name. */
interface ::com::sun::star::container::XNamed;
/** this container interface gives access to
diff --git a/offapi/com/sun/star/image/ImageMapCircleObject.idl b/offapi/com/sun/star/image/ImageMapCircleObject.idl
index 5cc7d4583a4b..32d686378572 100644
--- a/offapi/com/sun/star/image/ImageMapCircleObject.idl
+++ b/offapi/com/sun/star/image/ImageMapCircleObject.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ImageMapCircleObject.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cl $ $Date: 2001-03-14 17:14:22 $
+ * last change: $Author: mi $ $Date: 2001-11-15 15:43:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,7 @@
//=============================================================================
-/** this service describes a circular shaped region inside
+/** this service describes a circular-shaped region inside
a html image map.
@see ImageMap
@see ImageMapObject
@@ -85,10 +85,10 @@ service ImageMapCircleObject
/** The basic service for all image map objects. */
service ImageMapObject;
- /** This is the center point of the circle in pixel */
+ /** This is the center point of the circle in pixels */
[property] com::sun::star::awt::Point Center;
- /** This is the radius of the circle in pixel */
+ /** This is the radius of the circle in pixels */
[property] long Radius;
};
diff --git a/offapi/com/sun/star/image/ImageMapObject.idl b/offapi/com/sun/star/image/ImageMapObject.idl
index 32c95b47ca08..16fb4c5f9ae8 100644
--- a/offapi/com/sun/star/image/ImageMapObject.idl
+++ b/offapi/com/sun/star/image/ImageMapObject.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ImageMapObject.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cl $ $Date: 2001-03-14 17:14:22 $
+ * last change: $Author: mi $ $Date: 2001-11-15 15:43:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ service ImageMapObject
/** This is the target frame */
[property] string Target;
- /** Optionaly, objects could be named. */
+ /** Optionally, objects could be named. */
[property] string Name;
/** If an object is not active, it is ignored when
diff --git a/offapi/com/sun/star/image/ImageMapPolygonObject.idl b/offapi/com/sun/star/image/ImageMapPolygonObject.idl
index 14dfc42dc2cd..9fc489b94992 100644
--- a/offapi/com/sun/star/image/ImageMapPolygonObject.idl
+++ b/offapi/com/sun/star/image/ImageMapPolygonObject.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ImageMapPolygonObject.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cl $ $Date: 2001-03-14 17:14:22 $
+ * last change: $Author: mi $ $Date: 2001-11-15 15:43:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,7 @@
//=============================================================================
-/** this service describes a polygon shaped region inside
+/** this service describes a polygon-shaped region inside
a html image map.
@see ImageMap
@see ImageMapObject
diff --git a/offapi/com/sun/star/image/ImageMapRectangleObject.idl b/offapi/com/sun/star/image/ImageMapRectangleObject.idl
index 667590c2e493..9150f17c78a6 100644
--- a/offapi/com/sun/star/image/ImageMapRectangleObject.idl
+++ b/offapi/com/sun/star/image/ImageMapRectangleObject.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ImageMapRectangleObject.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cl $ $Date: 2001-03-14 17:14:22 $
+ * last change: $Author: mi $ $Date: 2001-11-15 15:43:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,7 @@
//=============================================================================
-/** this service describes a rectangular shaped region inside
+/** this service describes a rectangular-shaped region inside
a html image map.
@see ImageMap
@see ImageMapObject