summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 00:18:07 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commit56d158c38cca6de82256e727b7f4c83f311d87b8 (patch)
tree7bf89cc1a9beb14b6e1b4683074974e606421b59 /udkapi
parent928b8640c0d1a9c49249100efbdd70f8c1090b07 (diff)
*api: convert more <method>
sed -i "s,<method>\([^<]\+[^)]\)</method>,\1(),g" Change-Id: Ie443efb5b283067bc5475810f6848061900d8401
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/script/XDebugging.idl2
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();