summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/reflection/MethodMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/reflection/MethodMode.idl')
-rw-r--r--udkapi/com/sun/star/reflection/MethodMode.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/reflection/MethodMode.idl b/udkapi/com/sun/star/reflection/MethodMode.idl
index 10eb9016810b..f0368c145907 100644
--- a/udkapi/com/sun/star/reflection/MethodMode.idl
+++ b/udkapi/com/sun/star/reflection/MethodMode.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_reflection_MethodMode_idl__
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** MethodMode denotes the mode in which method calls are run, i.e. either oneway or
twoway. Mode oneway denotes that a call may be run asynchronously
@@ -41,7 +39,6 @@ published enum MethodMode
TWOWAY
};
-//=============================================================================
}; }; }; };