summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/MemberType.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 15:23:09 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 15:23:09 +0000
commit271b3bffd7ee427e5162018cfc9b316178ee92d6 (patch)
treea16f6247102493993517fd50f6d80238ebd3442f /udkapi/com/sun/star/script/MemberType.idl
parent831cfb18bc5c24e8d30886368aac9ac8335eb235 (diff)
INTEGRATION: CWS sb18 (1.5.116); FILE MERGED
2004/05/21 15:10:17 sb 1.5.116.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi/com/sun/star/script/MemberType.idl')
-rw-r--r--udkapi/com/sun/star/script/MemberType.idl7
1 files changed, 3 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/script/MemberType.idl b/udkapi/com/sun/star/script/MemberType.idl
index 04f4153c3613..10ee78bccc8a 100644
--- a/udkapi/com/sun/star/script/MemberType.idl
+++ b/udkapi/com/sun/star/script/MemberType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: MemberType.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:44:18 $
+ * last change: $Author: obo $ $Date: 2004-06-03 16:22:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,7 +61,6 @@
#ifndef __com_sun_star_script_MemberType_idl__
#define __com_sun_star_script_MemberType_idl__
-
//=============================================================================
module com { module sun { module star { module script {
@@ -70,7 +69,7 @@ module com { module sun { module star { module script {
/** These values are used to specify a member accessible by
<type>XInvocation</type>.
*/
-enum MemberType
+published enum MemberType
{
METHOD,
PROPERTY,