summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/dialogs/XWizardController.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs/XWizardController.idl')
-rw-r--r--offapi/com/sun/star/ui/dialogs/XWizardController.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XWizardController.idl b/offapi/com/sun/star/ui/dialogs/XWizardController.idl
index 979b4e409996..0c72d67bc572 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizardController.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizardController.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/ui/dialogs/XWizardPage.idl>
-//==================================================================================================================
module com { module sun { module star { module ui { module dialogs {
-//==================================================================================================================
/** is the interface of a client-provided controller of a custom <type>Wizard</type>.
*/
@@ -77,11 +75,9 @@ interface XWizardController
boolean confirmFinish();
};
-//==================================================================================================================
}; }; }; }; };
-//==================================================================================================================
#endif