diff options
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs/XWizardPage.idl')
-rw-r--r-- | offapi/com/sun/star/ui/dialogs/XWizardPage.idl | 4 |
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 4eef97d00..64b9f807d 100644 --- a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl +++ b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module ui { module dialogs { /** is a single page of a <type>Wizard</type> */ -interface XWizardPage : ::com::sun::star::lang::XComponent +published interface XWizardPage : ::com::sun::star::lang::XComponent { /** provides read-only access to the window of the page */ @@ -79,7 +79,7 @@ interface XWizardPage : ::com::sun::star::lang::XComponent //================================================================================================================== -}; }; }; }; }; +}; }; }; }; }; //================================================================================================================== |