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.idl20
1 files changed, 9 insertions, 11 deletions
diff --git a/offapi/com/sun/star/document/XVbaMethodParameter.idl b/offapi/com/sun/star/document/XVbaMethodParameter.idl
index 275fe3787..64fca058b 100644
--- a/offapi/com/sun/star/document/XVbaMethodParameter.idl
+++ b/offapi/com/sun/star/document/XVbaMethodParameter.idl
@@ -29,9 +29,7 @@
#ifndef __org_openoffice_vba_XVbaMethodParameter_idl__
#define __org_openoffice_vba_XVbaMethodParameter_idl__
-#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
-#endif
//=============================================================================
@@ -45,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 );
};
//=============================================================================