summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl')
-rw-r--r--udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl b/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl
index 575e57118a73..cb5d6fa8b6fa 100644
--- a/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl
+++ b/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module beans {
published interface XPropertiesChangeNotifier: com::sun::star::uno::XInterface
{
- /** adds an <type>XPropertiesChangeListener</type> to the
+ /** adds an XPropertiesChangeListener to the
specified properties with the specified names.
*/
void addPropertiesChangeListener(
@@ -40,7 +40,7 @@ published interface XPropertiesChangeNotifier: com::sun::star::uno::XInterface
[in] com::sun::star::beans::XPropertiesChangeListener Listener );
- /** removes an <type>XPropertiesChangeListener</type> from the
+ /** removes an XPropertiesChangeListener from the
listener list.
*/
void removePropertiesChangeListener(