summaryrefslogtreecommitdiff
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 87853b00a7d9..575e57118a73 100644
--- a/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl
+++ b/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl
@@ -35,7 +35,7 @@ published interface XPropertiesChangeNotifier: com::sun::star::uno::XInterface
/** adds an <type>XPropertiesChangeListener</type> to the
specified properties with the specified names.
*/
- [oneway] void addPropertiesChangeListener(
+ void addPropertiesChangeListener(
[in] sequence<string> PropertyNames,
[in] com::sun::star::beans::XPropertiesChangeListener Listener );
@@ -43,7 +43,7 @@ published interface XPropertiesChangeNotifier: com::sun::star::uno::XInterface
/** removes an <type>XPropertiesChangeListener</type> from the
listener list.
*/
- [oneway] void removePropertiesChangeListener(
+ void removePropertiesChangeListener(
[in] sequence<string> PropertyNames,
[in] com::sun::star::beans::XPropertiesChangeListener Listener );
};