summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2011-03-17 12:50:52 +0100
committerKai Sommerfeld <kso@openoffice.org>2011-03-17 12:50:52 +0100
commit0461d179dddc2caab6315e6f7ec7bb3804dd017a (patch)
tree223d7cc8c3f0388f9931ea5f97521b9dfc1d785d /offapi/com/sun/star/ui
parent0f79c68194206864c993cd0fb01a485d2db2664f (diff)
#i117329# - Publishing of UNO types,third wave.
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r--offapi/com/sun/star/ui/XToolPanel.idl2
-rw-r--r--offapi/com/sun/star/ui/dialogs/Wizard.idl4
-rw-r--r--offapi/com/sun/star/ui/dialogs/XWizard.idl4
-rw-r--r--offapi/com/sun/star/ui/dialogs/XWizardController.idl2
-rw-r--r--offapi/com/sun/star/ui/dialogs/XWizardPage.idl2
5 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/ui/XToolPanel.idl b/offapi/com/sun/star/ui/XToolPanel.idl
index 261f4c20413d..6b485d1b8b51 100644
--- a/offapi/com/sun/star/ui/XToolPanel.idl
+++ b/offapi/com/sun/star/ui/XToolPanel.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module ui {
/** describes the basic interface to be implemented by a tool panel
*/
-interface XToolPanel
+published interface XToolPanel
{
/** provides access to the tool panel's main window.
diff --git a/offapi/com/sun/star/ui/dialogs/Wizard.idl b/offapi/com/sun/star/ui/dialogs/Wizard.idl
index 4e6b13f44ca2..d15819a73281 100644
--- a/offapi/com/sun/star/ui/dialogs/Wizard.idl
+++ b/offapi/com/sun/star/ui/dialogs/Wizard.idl
@@ -34,13 +34,13 @@
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
diff --git a/offapi/com/sun/star/ui/dialogs/XWizard.idl b/offapi/com/sun/star/ui/dialogs/XWizard.idl
index 445f7bbf2a44..debe91072ba4 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 6a51a67360fe..2ada9c1e715d 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
diff --git a/offapi/com/sun/star/ui/dialogs/XWizardPage.idl b/offapi/com/sun/star/ui/dialogs/XWizardPage.idl
index 149f8c14709b..64b9f807da29 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
*/