summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/script')
-rw-r--r--udkapi/com/sun/star/script/AllEventObject.idl2
-rw-r--r--udkapi/com/sun/star/script/XInvocation.idl12
2 files changed, 7 insertions, 7 deletions
diff --git a/udkapi/com/sun/star/script/AllEventObject.idl b/udkapi/com/sun/star/script/AllEventObject.idl
index 25e771baf4ad..658de9bc2b0a 100644
--- a/udkapi/com/sun/star/script/AllEventObject.idl
+++ b/udkapi/com/sun/star/script/AllEventObject.idl
@@ -37,7 +37,7 @@ published struct AllEventObject: com::sun::star::lang::EventObject
/** A helper value for the implementation that can be used arbitrarily.
<p>This field reflects the third parameter of the method
- <member>XAllListenerAdapterService::createAllListerAdapter</member>.
+ XAllListenerAdapterService::createAllListerAdapter().
</p>
*/
any Helper;
diff --git a/udkapi/com/sun/star/script/XInvocation.idl b/udkapi/com/sun/star/script/XInvocation.idl
index b350399e3c17..5910c37e3ebb 100644
--- a/udkapi/com/sun/star/script/XInvocation.idl
+++ b/udkapi/com/sun/star/script/XInvocation.idl
@@ -98,8 +98,8 @@ published interface XInvocation: com::sun::star::uno::XInterface
/** returns <TRUE/> if the method with the specified name exists, else <FALSE/>.
<p>This optimizes the calling sequence
- ( <member>XInvocation::hasMethod</member>,
- <member>XInvocation::invoke</member> )!</p>
+ ( XInvocation::hasMethod(),
+ XInvocation::invoke() )!</p>
@param aName
specifies the name of the method.
@@ -109,11 +109,11 @@ published interface XInvocation: com::sun::star::uno::XInterface
/** returns <TRUE/> if the property with the specified name exists, else <FALSE/>.
<p>This optimizes the calling sequence
- ( <member>XInvocation::hasProperty</member>,
- <member>XInvocation::getValue</member> ) or
+ ( XInvocation::hasProperty(),
+ XInvocation::getValue() ) or
- ( <member>XInvocation::hasProperty</member>,
- <member>XInvocation::setValue</member> )!
+ ( XInvocation::hasProperty(),
+ XInvocation::setValue() )!
@param aName
specifies the name of the property.