summaryrefslogtreecommitdiff
path: root/stoc/test/language_binding.idl
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/language_binding.idl')
-rw-r--r--stoc/test/language_binding.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/test/language_binding.idl b/stoc/test/language_binding.idl
index 20f6c73ddd3d..e9ef5f8b99d1 100644
--- a/stoc/test/language_binding.idl
+++ b/stoc/test/language_binding.idl
@@ -80,7 +80,7 @@ interface XLBTestBase : com::sun::star::uno::XInterface
/**
* in parameter test, tests by calls reference also (complex types)
*/
- [oneway] void setValues( [in] boolean bBool, [in] char cChar, [in] byte nByte,
+ void setValues( [in] boolean bBool, [in] char cChar, [in] byte nByte,
[in] short nShort, [in] unsigned short nUShort,
[in] long nLong, [in] unsigned long nULong,
[in] hyper nHyper, [in] unsigned hyper nUHyper,