summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/LineShape.idl
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-03-06 15:53:32 +0000
committerChristian Lippka <cl@openoffice.org>2001-03-06 15:53:32 +0000
commitc10f349de0d2f554b04ee9b592cf454db2200d39 (patch)
treeb83ccd4082c2170527f054a53cba35983e38f767 /offapi/com/sun/star/drawing/LineShape.idl
parentb4e2e54657b6c5d416274b3d9aeb66f441890256 (diff)
cleanup of shape services
Diffstat (limited to 'offapi/com/sun/star/drawing/LineShape.idl')
-rw-r--r--offapi/com/sun/star/drawing/LineShape.idl39
1 files changed, 8 insertions, 31 deletions
diff --git a/offapi/com/sun/star/drawing/LineShape.idl b/offapi/com/sun/star/drawing/LineShape.idl
index 9b400835d78d..8ac3c19c25d6 100644
--- a/offapi/com/sun/star/drawing/LineShape.idl
+++ b/offapi/com/sun/star/drawing/LineShape.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: LineShape.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:42 $
+ * last change: $Author: cl $ $Date: 2001-03-06 16:53:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,8 +65,8 @@
#include <com/sun/star/drawing/Shape.idl>
#endif
-#ifndef __com_sun_star_drawing_LineShapeDescriptor_idl__
-#include <com/sun/star/drawing/LineShapeDescriptor.idl>
+#ifndef __com_sun_star_drawing_LineProperties_idl__
+#include <com/sun/star/drawing/LineProperties.idl>
#endif
#ifndef __com_sun_star_drawing_PolyPolygonDescriptor_idl__
@@ -77,62 +77,39 @@
#include <com/sun/star/drawing/Text.idl>
#endif
-#ifndef __com_sun_star_drawing_ShadowDescriptor_idl__
-#include <com/sun/star/drawing/ShadowDescriptor.idl>
+#ifndef __com_sun_star_drawing_ShadowProperties_idl__
+#include <com/sun/star/drawing/ShadowProperties.idl>
#endif
#ifndef __com_sun_star_drawing_RotationDescriptor_idl__
#include <com/sun/star/drawing/RotationDescriptor.idl>
#endif
-
//=============================================================================
module com { module sun { module star { module drawing {
//=============================================================================
-// DocMerge from xml: service com::sun::star::drawing::LineShape
/** This service is for a simple <type>Shape</type> with lines.
*/
service LineShape
{
- // DocMerge: empty anyway
service com::sun::star::drawing::Shape;
- // DocMerge: empty anyway
- service com::sun::star::drawing::LineShapeDescriptor;
+ service com::sun::star::drawing::LineProperties;
- // DocMerge: empty anyway
service com::sun::star::drawing::PolyPolygonDescriptor;
- // DocMerge: empty anyway
service com::sun::star::drawing::Text;
- // DocMerge: empty anyway
- service com::sun::star::drawing::ShadowDescriptor;
+ service com::sun::star::drawing::ShadowProperties;
- // DocMerge: empty anyway
service com::sun::star::drawing::RotationDescriptor;
-
};
//=============================================================================
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:13 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:20 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:42 jsc
- new
-
-
-=============================================================================*/
#endif