summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XMessageBoxFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XMessageBoxFactory.idl')
-rw-r--r--offapi/com/sun/star/awt/XMessageBoxFactory.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XMessageBoxFactory.idl b/offapi/com/sun/star/awt/XMessageBoxFactory.idl
index f4231648131f..5fdc87d0aa95 100644
--- a/offapi/com/sun/star/awt/XMessageBoxFactory.idl
+++ b/offapi/com/sun/star/awt/XMessageBoxFactory.idl
@@ -35,17 +35,14 @@
#include <com/sun/star/awt/Rectangle.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies a factory interface for creating message boxes.
*/
published interface XMessageBoxFactory : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** creates a message box.
@@ -91,7 +88,6 @@ published interface XMessageBoxFactory : com::sun::star::uno::XInterface
XMessageBox createMessageBox( [in] com::sun::star::awt::XWindowPeer aParent, [in] com::sun::star::awt::Rectangle aPosSize, [in] string aType, [in] long aButtons, [in] string aTitle, [in] string aMessage );
};
-//=============================================================================
}; }; }; };