summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/test
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-19 15:19:06 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-19 15:19:06 +0000
commit0f76d2b5291f8dede2643807930e3dcd2e912d1f (patch)
treeba8ebbf1c15ec999d8516989beb50ff4fad84793 /udkapi/com/sun/star/test
parent6e5cebf49a79fe171cc03fefa3c959b1dce822ee (diff)
documentation syntax fixed
Diffstat (limited to 'udkapi/com/sun/star/test')
-rw-r--r--udkapi/com/sun/star/test/bridge/XBridgeTest.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/udkapi/com/sun/star/test/bridge/XBridgeTest.idl b/udkapi/com/sun/star/test/bridge/XBridgeTest.idl
index abf4a5cc75df..e6886b4d5c13 100644
--- a/udkapi/com/sun/star/test/bridge/XBridgeTest.idl
+++ b/udkapi/com/sun/star/test/bridge/XBridgeTest.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XBridgeTest.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:59 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:15:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -220,9 +220,9 @@ interface XBridgeTestBase : com::sun::star::uno::XInterface
/***
* methods to check sequence of calls. Call call() and callOneway
* in an arbitrary sequence. Increase the callId for every call.
- * The testobject sets an error flag (@see testSequencePassed()),
- * when
- *
+ * The testobject sets an error flag.
+
+ @see testSequencePassed
***/
void call( [in] long nCallId, [in] long nWaitMUSEC );
[oneway] void callOneway( [in] long nCallId, [in] long nWaitMUSEC );