summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-09-04 13:49:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-04 17:26:03 +0200
commit9738002eca0f7cba337ae856cb5bce8ba93ee293 (patch)
treebb942212ba1aa12e714710542261e12e795f5449 /offapi/com/sun/star/drawing
parentaf5059d19a37c6f2dffd756c579e92d30f65bc8b (diff)
fdo#46808, Adapt drawing::ShapeCollection UNO service to new style
No client code is using the XComponent interface, so drop it. Change-Id: Id8f6da1248da641dcc0a3cb6d0a70e3bf29e5c99
Diffstat (limited to 'offapi/com/sun/star/drawing')
-rw-r--r--offapi/com/sun/star/drawing/ShapeCollection.idl13
1 files changed, 1 insertions, 12 deletions
diff --git a/offapi/com/sun/star/drawing/ShapeCollection.idl b/offapi/com/sun/star/drawing/ShapeCollection.idl
index 7c80d9308458..b126177458dd 100644
--- a/offapi/com/sun/star/drawing/ShapeCollection.idl
+++ b/offapi/com/sun/star/drawing/ShapeCollection.idl
@@ -20,7 +20,6 @@
#define __com_sun_star_drawing_ShapeCollection_idl__
#include <com/sun/star/drawing/Shapes.idl>
-#include <com/sun/star/lang/XComponent.idl>
module com { module sun { module star { module drawing {
@@ -32,17 +31,7 @@ module com { module sun { module star { module drawing {
This service is used by the view f.e. to return a collection of
<type>Shape</type> that are selected at the ui.
*/
-published service ShapeCollection
-{
- /** gives access to the shapes
- */
- interface com::sun::star::drawing::XShapes;
-
- /** allows controlling or observing the lifetime of this collection
- */
- interface com::sun::star::lang::XComponent;
-
-};
+published service ShapeCollection : com::sun::star::drawing::XShapes;
}; }; }; };