summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs/XWizardPage.idl')
-rw-r--r--offapi/com/sun/star/ui/dialogs/XWizardPage.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
index 86730a18fc0a..32cdf6196242 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module ui { module dialogs {
-/** is a single page of a <type>Wizard</type>
+/** is a single page of a Wizard
*/
interface XWizardPage : ::com::sun::star::lang::XComponent
{
@@ -50,7 +50,7 @@ interface XWizardPage : ::com::sun::star::lang::XComponent
depends on the current state of the page.</p>
@param Reason
- is one of the <type>WizardTravelType</type> constants denoting the reason why the page should be
+ is one of the WizardTravelType constants denoting the reason why the page should be
committed.
*/
boolean commitPage( [in] short Reason );