diff options
Diffstat (limited to 'udkapi/com/sun')
-rw-r--r-- | udkapi/com/sun/star/script/XDebugging.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/script/XDebugging.idl b/udkapi/com/sun/star/script/XDebugging.idl index da98b39d282a..5ca01942158a 100644 --- a/udkapi/com/sun/star/script/XDebugging.idl +++ b/udkapi/com/sun/star/script/XDebugging.idl @@ -89,7 +89,7 @@ published interface XDebugging: com::sun::star::uno::XInterface /** stops the execution of the interpreter. - <p>To continue with the execution, call <method>XDebugging::doContinue</method>. + <p>To continue with the execution, call XDebugging::doContinue(). */ void stop(); |