diff options
Diffstat (limited to 'offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl')
-rw-r--r-- | offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl b/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl index a6d74a8a7..48d077815 100644 --- a/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl +++ b/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -43,7 +43,7 @@ @since OOo 2.0 */ -interface XLayoutManagerEventBroadcaster : com::sun::star::uno::XInterface +published interface XLayoutManagerEventBroadcaster : com::sun::star::uno::XInterface { /** adds a layout manager event listener to the object's listener list. @@ -53,11 +53,11 @@ interface XLayoutManagerEventBroadcaster : com::sun::star::uno::XInterface */ void addLayoutManagerEventListener( [in] XLayoutManagerListener aLayoutManagerListener ); - /** removes a layout manager event listener from the object's listener + /** removes a layout manager event listener from the object's listener list. @param aLayoutManagerListener - a listener that don't want to receive events regarding user + a listener that don't want to receive events regarding user interface elements that are controlled by a layout manager. */ void removeLayoutManagerEventListener( [in] XLayoutManagerListener aLayoutManagerListener ); |