summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XVbaMethodParameter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XVbaMethodParameter.idl')
-rw-r--r--offapi/com/sun/star/document/XVbaMethodParameter.idl18
1 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/document/XVbaMethodParameter.idl b/offapi/com/sun/star/document/XVbaMethodParameter.idl
index 6240b37ba..64fca058b 100644
--- a/offapi/com/sun/star/document/XVbaMethodParameter.idl
+++ b/offapi/com/sun/star/document/XVbaMethodParameter.idl
@@ -43,18 +43,18 @@ module com { module sun { module star { module document {
interface XVbaMethodParameter : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
-
- /** sets the value of the parameter with the specified name.
- */
- void setVbaMethodParameter( [in] string PropertyName,
- [in] any Value );
+ //-------------------------------------------------------------------------
+
+ /** sets the value of the parameter with the specified name.
+ */
+ void setVbaMethodParameter( [in] string PropertyName,
+ [in] any Value );
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
- /** returns the value of the parameter with the specified name.
+ /** returns the value of the parameter with the specified name.
*/
- any getVbaMethodParameter( [in] string PropertyName );
+ any getVbaMethodParameter( [in] string PropertyName );
};
//=============================================================================