summaryrefslogtreecommitdiffstats
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.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XWizardController.idl b/offapi/com/sun/star/ui/dialogs/XWizardController.idl
index 6a51a67360fe..db26d3d281c4 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizardController.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizardController.idl
@@ -71,7 +71,7 @@ interface XWizardController
/** called when the wizard is about to be finished.
- <p>This method allows the controller to do any final checks, and ultimatively veto finishing the wizard.</p>
+ <p>This method allows the controller to do any final checks, and ultimately veto finishing the wizard.</p>
*/
boolean confirmFinish();
};