summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-11-22 17:20:03 +0000
committerChristian Lippka <cl@openoffice.org>2000-11-22 17:20:03 +0000
commit734bb7cb093c8ee10a7e8f5955c57c82e6c73bf5 (patch)
tree180bb5152d00aec9321913b141674e6ddd215712 /offapi
parent34840a2fb483250121fddb80b323bbd05a598cd0 (diff)
#80357# set polygonkind to readonly
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl9
1 files changed, 6 insertions, 3 deletions
diff --git a/offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl b/offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl
index 4445f548f..7d06c9085 100644
--- a/offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl
+++ b/offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PolyPolygonBezierDescriptor.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:42 $
+ * last change: $Author: cl $ $Date: 2000-11-22 18:20:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,7 +91,7 @@ service PolyPolygonBezierDescriptor
// DocMerge from xml: property com::sun::star::drawing::PolyPolygonBezierDescriptor::PolygonKind
/** This is the type of this polygon.
*/
- [property] com::sun::star::drawing::PolygonKind PolygonKind;
+ [readonly, property] com::sun::star::drawing::PolygonKind PolygonKind;
//-------------------------------------------------------------------------
@@ -109,6 +109,9 @@ service PolyPolygonBezierDescriptor
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:42:42 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:14 hjs
initial import