summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/dialogs
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs')
-rw-r--r--offapi/com/sun/star/ui/dialogs/Wizard.idl8
-rw-r--r--offapi/com/sun/star/ui/dialogs/XWizard.idl4
-rw-r--r--offapi/com/sun/star/ui/dialogs/XWizardController.idl4
-rw-r--r--offapi/com/sun/star/ui/dialogs/XWizardPage.idl4
4 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/Wizard.idl b/offapi/com/sun/star/ui/dialogs/Wizard.idl
index b3237be3f..d15819a73 100644
--- a/offapi/com/sun/star/ui/dialogs/Wizard.idl
+++ b/offapi/com/sun/star/ui/dialogs/Wizard.idl
@@ -32,15 +32,15 @@
//==================================================================================================================
-module com { module sun { module star { module ui { module dialogs {
+module com { module sun { module star { module ui { module dialogs {
-interface XWizardController;
+published interface XWizardController;
//==================================================================================================================
/** provides a framework for implementing a wizard dialog.
*/
-service Wizard : XWizard
+published service Wizard : XWizard
{
/** creates a wizard with a single execution path
@param PageIds
@@ -68,7 +68,7 @@ service Wizard : XWizard
//==================================================================================================================
-}; }; }; }; };
+}; }; }; }; };
//==================================================================================================================
diff --git a/offapi/com/sun/star/ui/dialogs/XWizard.idl b/offapi/com/sun/star/ui/dialogs/XWizard.idl
index 445f7bbf2..debe91072 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizard.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizard.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module ui { module dialogs {
//==================================================================================================================
-interface XWizardPage;
+published interface XWizardPage;
/** is the main interface implemented by the <type>Wizard</type> services.
@@ -79,7 +79,7 @@ interface XWizardPage;
@see XWizardController
@see XWizardPage
*/
-interface XWizard
+published interface XWizard
{
interface XExecutableDialog;
diff --git a/offapi/com/sun/star/ui/dialogs/XWizardController.idl b/offapi/com/sun/star/ui/dialogs/XWizardController.idl
index 6304e7085..063873aa5 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizardController.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizardController.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module ui { module dialogs {
/** is the interface of a client-provided controller of a custom <type>Wizard</type>.
*/
-interface XWizardController
+published interface XWizardController
{
/** creates a page
@@ -78,7 +78,7 @@ interface XWizardController
//==================================================================================================================
-}; }; }; }; };
+}; }; }; }; };
//==================================================================================================================
diff --git a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
index 0186b79f8..aa872a454 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
//==================================================================================================================
-}; }; }; }; };
+}; }; }; }; };
//==================================================================================================================