summaryrefslogtreecommitdiff
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.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/beans/XPropertySetInfo.idl b/udkapi/com/sun/star/beans/XPropertySetInfo.idl
index 938eb5e55012..7e3f37e3eda3 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 aName
+ @param Name
specifies the name of the property.
@throws UnknownPropertyException
if the property does not exist.
*/
- com::sun::star::beans::Property getPropertyByName( [in] string aName )
+ com::sun::star::beans::Property getPropertyByName( [in] string Name )
raises( com::sun::star::beans::UnknownPropertyException );
@@ -69,7 +69,7 @@ published interface XPropertySetInfo: com::sun::star::uno::XInterface
`TRUE` if a property with the specified name exist;
otherwise `FALSE` is returned.
- @param aName
+ @param Name
specifies the name of the property.
*/
boolean hasPropertyByName( [in] string Name );