summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/XPropertiesChangeListener.idl')
-rw-r--r--udkapi/com/sun/star/beans/XPropertiesChangeListener.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
index 9daadb49c776..55a0f7812068 100644
--- a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
+++ b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
@@ -36,8 +36,8 @@ published interface XPropertiesChangeListener: com::sun::star::lang::XEventListe
/** gets called when bound properties are changed.
@param aEvent
- contains a sequence of <type>PropertyChangeEvent</type> objects
- which describe the event source and the properites that have been
+ contains a sequence of PropertyChangeEvent objects
+ which describe the event source and the properites that have
changed.
*/
void propertiesChange( [in] sequence<com::sun::star::beans::PropertyChangeEvent> aEvent );