summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/XPropertyState.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/XPropertyState.idl')
-rw-r--r--udkapi/com/sun/star/beans/XPropertyState.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/beans/XPropertyState.idl b/udkapi/com/sun/star/beans/XPropertyState.idl
index 68f8d527c880..fa809164a0ec 100644
--- a/udkapi/com/sun/star/beans/XPropertyState.idl
+++ b/udkapi/com/sun/star/beans/XPropertyState.idl
@@ -69,14 +69,14 @@ published interface XPropertyState: com::sun::star::uno::XInterface
<p>The order of the states is correlating to the order of the
given property names. </p>
- @param PropertyNames
+ @param aPropertyName
contains the sequence of property names.
@throws UnknownPropertyException
if one property does not exist.
*/
sequence<com::sun::star::beans::PropertyState> getPropertyStates(
- [in] sequence<string> PropertyNames )
+ [in] sequence<string> aPropertyName )
raises( com::sun::star::beans::UnknownPropertyException );