summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl')
-rw-r--r--udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
index 2c4a7502328a..e2fbf62d9a43 100644
--- a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
@@ -66,10 +66,10 @@ published interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterfa
<p> Unknown properties are ignored. </p>
- @param aHierarchicalPropertyNames
+ @param HierarchicalPropertyNames
This parameter specifies the names of the properties.
- @param aValues
+ @param Values
This parameter specifies the new values for the properties.
@throws PropertyVetoException
@@ -93,7 +93,7 @@ published interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterfa
*/
- void setHierarchicalPropertyValues( [in] sequence<string> aHierarchicalPropertyNames,
+ void setHierarchicalPropertyValues( [in] sequence<string> HierarchicalPropertyNames,
[in] sequence<any> Values )
raises( com::sun::star::beans::PropertyVetoException,
com::sun::star::lang::IllegalArgumentException,