Related: #i124397# - [API] Add since tag to Wizard API IDL files

(cherry picked from commit f72b30998429ded67cdea0d002b9d0227f4438f6)

Conflicts:
	offapi/com/sun/star/ui/dialogs/WizardButton.idl
	offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
	offapi/com/sun/star/ui/dialogs/XWizardController.idl
	offapi/com/sun/star/ui/dialogs/XWizardPage.idl

Change-Id: If651451b86829c7f066272e9362e3943f56cbf34
This commit is contained in:
Ariel Constenla-Haile
2014-03-10 23:52:31 +00:00
committed by Caolán McNamara
parent 3ca3d5cf27
commit e94d87d326
6 changed files with 12 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ interface XWizardController;
/** provides a framework for implementing a wizard dialog.
@since OOo 3.3
*/
service Wizard : XWizard
{

View File

@@ -25,6 +25,8 @@ module com { module sun { module star { module ui { module dialogs {
/** denotes the buttons found in a Wizard
@since OOo 3.3
*/
constants WizardButton
{

View File

@@ -25,6 +25,8 @@ module com { module sun { module star { module ui { module dialogs {
/** denotes ways to leave a Wizard's page
@since OOo 3.3
*/
constants WizardTravelType
{

View File

@@ -69,6 +69,8 @@ interface XWizardPage;
@see XWizardController
@see XWizardPage
@since OOo 3.3
*/
interface XWizard
{

View File

@@ -27,6 +27,8 @@ module com { module sun { module star { module ui { module dialogs {
/** is the interface of a client-provided controller of a custom Wizard.
@since OOo 3.3
*/
interface XWizardController
{

View File

@@ -27,6 +27,8 @@ module com { module sun { module star { module ui { module dialogs {
/** is a single page of a Wizard
@since OOo 3.3
*/
interface XWizardPage : ::com::sun::star::lang::XComponent
{