summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/graphic/Primitive2DTools.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/graphic/Primitive2DTools.idl')
-rw-r--r--offapi/com/sun/star/graphic/Primitive2DTools.idl8
1 files changed, 1 insertions, 7 deletions
diff --git a/offapi/com/sun/star/graphic/Primitive2DTools.idl b/offapi/com/sun/star/graphic/Primitive2DTools.idl
index 75209fd5e549..a99b460186ec 100644
--- a/offapi/com/sun/star/graphic/Primitive2DTools.idl
+++ b/offapi/com/sun/star/graphic/Primitive2DTools.idl
@@ -27,13 +27,7 @@ module com { module sun { module star { module graphic
/** Service that describes the necessary interfaces and properties
for tooling involved with XPrimitive2D interfaces
*/
-
-service Primitive2DTools
-{
- /** Interface to render B2DPrimitives to a XBitmap
- */
- interface ::com::sun::star::graphic::XPrimitive2DRenderer;
-};
+service Primitive2DTools : XPrimitive2DRenderer;
} ; } ; } ; } ;