summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XSimpleText.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XSimpleText.idl')
-rw-r--r--offapi/com/sun/star/text/XSimpleText.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/text/XSimpleText.idl b/offapi/com/sun/star/text/XSimpleText.idl
index f106534e892b..3e01cd08c678 100644
--- a/offapi/com/sun/star/text/XSimpleText.idl
+++ b/offapi/com/sun/star/text/XSimpleText.idl
@@ -105,7 +105,7 @@ published interface XSimpleText: com::sun::star::text::XTextRange
xText.insertString( xTextCursor, "more text ...", false )
</listing>
*/
- [oneway] void insertString( [in] com::sun::star::text::XTextRange xRange,
+ void insertString( [in] com::sun::star::text::XTextRange xRange,
[in] string aString,
[in] boolean bAbsorb );