summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XShapeEventBroadcaster.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XShapeEventBroadcaster.idl')
-rw-r--r--offapi/com/sun/star/document/XShapeEventBroadcaster.idl6
1 files changed, 4 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/XShapeEventBroadcaster.idl b/offapi/com/sun/star/document/XShapeEventBroadcaster.idl
index 52e49ec8e96b..78a227eb993b 100644
--- a/offapi/com/sun/star/document/XShapeEventBroadcaster.idl
+++ b/offapi/com/sun/star/document/XShapeEventBroadcaster.idl
@@ -33,14 +33,16 @@ module com { module sun { module star { module document {
interface XShapeEventBroadcaster : com::sun::star::document::XEventBroadcaster
{
/** registers the given listener
-
+ @param Shape
+ the shape to be listened
@param Listener
listener which is interested on such events
*/
void addShapeEventListener( [in] com::sun::star::drawing::XShape Shape, [in] XShapeEventListener Listener );
/** unregisters the given listener
-
+ @param Shape
+ the shape with the listener to be removed
@param Listener
listener which isn't interested on such events any longer
*/