summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/dialogs/XWizard.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs/XWizard.idl')
-rw-r--r--offapi/com/sun/star/ui/dialogs/XWizard.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XWizard.idl b/offapi/com/sun/star/ui/dialogs/XWizard.idl
index dadefcccac9c..6004702a8e1f 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizard.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizard.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module ui { module dialogs {
interface XWizardPage;
-/** is the main interface implemented by the <type>Wizard</type> services.
+/** is the main interface implemented by the Wizard services.
<p>A wizard is a dialog which guides the user through a number of tasks (usually input of data), which the user can
accomplish either sequentially or out-of-order. For this, a wizard is comprised of a number of tab pages,
@@ -54,7 +54,7 @@ interface XWizardPage;
are not finally decided. In such a case, the roadmap will display future steps up to the point where the potential
paths diverge, and then an item <quot><code>...</code></quot> indicating that the order of steps is undecided.</p>
- <p>An <type>XWizardController</type> can declare a certain path as active path by calling the <member>activatePath</member>
+ <p>An XWizardController can declare a certain path as active path by calling the <member>activatePath</member>
method. Usually, this is done depending on user input. For instance, your wizard could have radio buttons on the
first page which effectively decide about which path to take in the wizard.</p>
@@ -93,7 +93,7 @@ interface XWizard
buttons are unlikely to ever being disabled.</p>
@param WizardButton
- denotes the button to enable or disable, as one of the <type>WizardButton</type> constants. Must not be
+ denotes the button to enable or disable, as one of the WizardButton constants. Must not be
<member>WizardButton::NONE</member>.
@param Enable
specifies whether the button should be enabled (<TRUE/>) or disabled (<FALSE/>)