diff options
author | Noel Grandin <noel@peralex.com> | 2012-09-04 13:49:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-04 17:26:03 +0200 |
commit | 9738002eca0f7cba337ae856cb5bce8ba93ee293 (patch) | |
tree | bb942212ba1aa12e714710542261e12e795f5449 /offapi | |
parent | af5059d19a37c6f2dffd756c579e92d30f65bc8b (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')
-rw-r--r-- | offapi/UnoApi_offapi.mk | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/drawing/ShapeCollection.idl | 13 | ||||
-rw-r--r-- | offapi/type_reference/types.rdb | bin | 7655424 -> 7655424 bytes |
3 files changed, 2 insertions, 13 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 0a9714528a0f..291699a24c33 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -103,6 +103,7 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/document,\ OOXMLDocumentPropertiesImporter \ )) $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/drawing,\ + ShapeCollection \ SlideRenderer \ SlideSorter \ )) @@ -669,7 +670,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/drawing RotationDescriptor \ ShadowProperties \ Shape \ - ShapeCollection \ Shapes \ Text \ TextProperties \ 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; }; }; }; }; diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb Binary files differindex d36fc05331eb..e6e15796737f 100644 --- a/offapi/type_reference/types.rdb +++ b/offapi/type_reference/types.rdb |