summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XDialog.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XDialog.idl')
-rw-r--r--offapi/com/sun/star/awt/XDialog.idl76
1 files changed, 38 insertions, 38 deletions
diff --git a/offapi/com/sun/star/awt/XDialog.idl b/offapi/com/sun/star/awt/XDialog.idl
index 831c80597070..8d897bbe0e5f 100644
--- a/offapi/com/sun/star/awt/XDialog.idl
+++ b/offapi/com/sun/star/awt/XDialog.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,54 +24,54 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_XDialog_idl__
-#define __com_sun_star_awt_XDialog_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_XDialog_idl__
+#define __com_sun_star_awt_XDialog_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** makes it possible to show and hide a dialog and gives access to
the title of the dialog.
*/
published interface XDialog: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** sets the title of the dialog.
*/
- [oneway] void setTitle( [in] string Title );
-
- //-------------------------------------------------------------------------
-
+ [oneway] void setTitle( [in] string Title );
+
+ //-------------------------------------------------------------------------
+
/** gets the title of the dialog.
*/
- string getTitle();
-
- //-------------------------------------------------------------------------
+ string getTitle();
+
+ //-------------------------------------------------------------------------
/** shows the dialog.
*/
- short execute();
-
- //-------------------------------------------------------------------------
-
+ short execute();
+
+ //-------------------------------------------------------------------------
+
/** hides the dialog and then causes <member>XDialog::execute</member>
to return.
*/
- void endExecute();
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ void endExecute();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif