summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/beans/XPropertySetInfo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/XPropertySetInfo.idl')
-rw-r--r--udkapi/com/sun/star/beans/XPropertySetInfo.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/beans/XPropertySetInfo.idl b/udkapi/com/sun/star/beans/XPropertySetInfo.idl
index 7e3f37e3eda3..fb368b21f940 100644
--- a/udkapi/com/sun/star/beans/XPropertySetInfo.idl
+++ b/udkapi/com/sun/star/beans/XPropertySetInfo.idl
@@ -55,13 +55,13 @@ published interface XPropertySetInfo: com::sun::star::uno::XInterface
/** @returns
the property with the specified name from the object.
- @param Name
+ @param aName
specifies the name of the property.
@throws UnknownPropertyException
if the property does not exist.
*/
- com::sun::star::beans::Property getPropertyByName( [in] string Name )
+ com::sun::star::beans::Property getPropertyByName( [in] string aName )
raises( com::sun::star::beans::UnknownPropertyException );