summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/XMultiPropertySet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/XMultiPropertySet.idl')
-rw-r--r--udkapi/com/sun/star/beans/XMultiPropertySet.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/beans/XMultiPropertySet.idl b/udkapi/com/sun/star/beans/XMultiPropertySet.idl
index 409be2bfbbfe..c49b9a0216b7 100644
--- a/udkapi/com/sun/star/beans/XMultiPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XMultiPropertySet.idl
@@ -123,26 +123,26 @@ published interface XMultiPropertySet: com::sun::star::uno::XInterface
<p>It is suggested to allow multiple registration of the same listener,
thus for each time a listener is added, it has to be removed.
- @param Listener
+ @param xListener
contains the listener to be removed.
@see addPropertiesChangeListener
*/
void removePropertiesChangeListener(
- [in] com::sun::star::beans::XPropertiesChangeListener Listener );
+ [in] com::sun::star::beans::XPropertiesChangeListener xListener );
/** fires a sequence of PropertyChangeEvents to the specified
listener.
- @param PropertyNames
+ @param aPropertyNames
specifies the sorted names of the properties.
- @param Listener
+ @param xListener
contains the listener for the property change events.
*/
- void firePropertiesChangeEvent( [in] sequence<string> PropertyNames,
- [in] com::sun::star::beans::XPropertiesChangeListener Listener );
+ void firePropertiesChangeEvent( [in] sequence<string> aPropertyNames,
+ [in] com::sun::star::beans::XPropertiesChangeListener xListener );
};