summaryrefslogtreecommitdiffstats
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.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/awt/XMessageBox.idl b/offapi/com/sun/star/awt/XMessageBox.idl
index 7405f85bc35e..cce3b2e4e9d2 100644
--- a/offapi/com/sun/star/awt/XMessageBox.idl
+++ b/offapi/com/sun/star/awt/XMessageBox.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** gives access to a message box.
@@ -34,31 +32,26 @@
*/
published interface XMessageBox: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** sets the caption text.
*/
[oneway] void setCaptionText( [in] string aText );
- //-------------------------------------------------------------------------
/** returns the caption text.
*/
string getCaptionText();
- //-------------------------------------------------------------------------
/** sets the message text.
*/
[oneway] void setMessageText( [in] string aText );
- //-------------------------------------------------------------------------
/** returns the message text.
*/
string getMessageText();
- //-------------------------------------------------------------------------
/** shows the message box.
*/
@@ -66,7 +59,6 @@ published interface XMessageBox: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };