summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XTextRange.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XTextRange.idl')
-rw-r--r--offapi/com/sun/star/text/XTextRange.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/text/XTextRange.idl b/offapi/com/sun/star/text/XTextRange.idl
index 94dbf996afbb..d08e8ef19862 100644
--- a/offapi/com/sun/star/text/XTextRange.idl
+++ b/offapi/com/sun/star/text/XTextRange.idl
@@ -76,7 +76,7 @@ published interface XTextRange: com::sun::star::uno::XInterface
</p>
*/
- [oneway] void setString( [in] string aString );
+ void setString( [in] string aString );
};