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.idl76
1 files changed, 38 insertions, 38 deletions
diff --git a/offapi/com/sun/star/awt/XMessageBox.idl b/offapi/com/sun/star/awt/XMessageBox.idl
index e10984a42f01..87162cf32ad4 100644
--- a/offapi/com/sun/star/awt/XMessageBox.idl
+++ b/offapi/com/sun/star/awt/XMessageBox.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,60 +24,60 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_XMessageBox_idl__
-#define __com_sun_star_awt_XMessageBox_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_XMessageBox_idl__
+#define __com_sun_star_awt_XMessageBox_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** gives access to a message box.
@deprecated
*/
published interface XMessageBox: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
+{
+ //-------------------------------------------------------------------------
/** sets the caption text.
*/
- [oneway] void setCaptionText( [in] string aText );
-
- //-------------------------------------------------------------------------
+ [oneway] void setCaptionText( [in] string aText );
+
+ //-------------------------------------------------------------------------
/** returns the caption text.
*/
- string getCaptionText();
-
- //-------------------------------------------------------------------------
+ string getCaptionText();
+
+ //-------------------------------------------------------------------------
/** sets the message text.
*/
- [oneway] void setMessageText( [in] string aText );
-
- //-------------------------------------------------------------------------
+ [oneway] void setMessageText( [in] string aText );
+
+ //-------------------------------------------------------------------------
/** returns the message text.
*/
- string getMessageText();
-
- //-------------------------------------------------------------------------
+ string getMessageText();
+
+ //-------------------------------------------------------------------------
/** shows the message box.
*/
- short execute();
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ short execute();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif