summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/XDebugging.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/script/XDebugging.idl')
-rw-r--r--udkapi/com/sun/star/script/XDebugging.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/script/XDebugging.idl b/udkapi/com/sun/star/script/XDebugging.idl
index 64cc747d4b60..ace72cc29a75 100644
--- a/udkapi/com/sun/star/script/XDebugging.idl
+++ b/udkapi/com/sun/star/script/XDebugging.idl
@@ -49,11 +49,13 @@ published interface XDebugging: com::sun::star::uno::XInterface
/** Evaluates an expression.
- @returns the value of the expression as string.
+ @param aSourceCode the expression to be evaluated.
@param nCallStackPos Position in the call stack for which the expression
should be evaluated. 0 is the top/actual position in the call
in the call stack, 1 the next and so on.
+
+ @returns the value of the expression as string.
*/
string eval( [in] string aSourceCode,
[in] short nCallStackPos );