summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/GluePoint.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-14 11:57:26 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-14 11:57:26 +0000
commitc70d7c0e31f8c693752e713705ca992e56c096f8 (patch)
treecc9cbf154bea8ec154629cbb57a47b2ef21eddbd /offapi/com/sun/star/drawing/GluePoint.idl
parent7005cb639b4e36921e62b36d22c0b5ad4c2dfd12 (diff)
<true></true> -> <TRUE/> and same with FALSE
Diffstat (limited to 'offapi/com/sun/star/drawing/GluePoint.idl')
-rw-r--r--offapi/com/sun/star/drawing/GluePoint.idl9
1 files changed, 6 insertions, 3 deletions
diff --git a/offapi/com/sun/star/drawing/GluePoint.idl b/offapi/com/sun/star/drawing/GluePoint.idl
index 81a0f1d72591..101865f28370 100644
--- a/offapi/com/sun/star/drawing/GluePoint.idl
+++ b/offapi/com/sun/star/drawing/GluePoint.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: GluePoint.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:41 $
+ * last change: $Author: mi $ $Date: 2000-12-14 12:53:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ struct GluePoint
//-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::drawing::GluePoint::PositionAbsolute
- /** If this is <true></true>, then the position of this <type>GluePoint</type> is
+ /** If this is <TRUE/>, then the position of this <type>GluePoint</type> is
absolute on a page and is not relative to a shape.
*/
boolean PositionAbsolute;
@@ -124,6 +124,9 @@ struct GluePoint
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:42:41 mi
+ moved from api
+
Revision 1.2 2000/10/25 14:46:06 cl
new api for glue points added