summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XMessageBox.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XMessageBox.idl')
-rw-r--r--offapi/com/sun/star/awt/XMessageBox.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XMessageBox.idl b/offapi/com/sun/star/awt/XMessageBox.idl
index cce3b2e4e9d2..ec9b4f083786 100644
--- a/offapi/com/sun/star/awt/XMessageBox.idl
+++ b/offapi/com/sun/star/awt/XMessageBox.idl
@@ -35,7 +35,7 @@ published interface XMessageBox: com::sun::star::uno::XInterface
/** sets the caption text.
*/
- [oneway] void setCaptionText( [in] string aText );
+ void setCaptionText( [in] string aText );
/** returns the caption text.
@@ -45,7 +45,7 @@ published interface XMessageBox: com::sun::star::uno::XInterface
/** sets the message text.
*/
- [oneway] void setMessageText( [in] string aText );
+ void setMessageText( [in] string aText );
/** returns the message text.