Kaydet (Commit) e94d87d3 authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile Kaydeden (comit) Caolán McNamara

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

(cherry picked from commit f72b3099)

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
üst 3ca3d5cf
...@@ -30,6 +30,8 @@ interface XWizardController; ...@@ -30,6 +30,8 @@ interface XWizardController;
/** provides a framework for implementing a wizard dialog. /** provides a framework for implementing a wizard dialog.
@since OOo 3.3
*/ */
service Wizard : XWizard service Wizard : XWizard
{ {
......
...@@ -25,6 +25,8 @@ module com { module sun { module star { module ui { module dialogs { ...@@ -25,6 +25,8 @@ module com { module sun { module star { module ui { module dialogs {
/** denotes the buttons found in a Wizard /** denotes the buttons found in a Wizard
@since OOo 3.3
*/ */
constants WizardButton constants WizardButton
{ {
......
...@@ -25,6 +25,8 @@ module com { module sun { module star { module ui { module dialogs { ...@@ -25,6 +25,8 @@ module com { module sun { module star { module ui { module dialogs {
/** denotes ways to leave a Wizard's page /** denotes ways to leave a Wizard's page
@since OOo 3.3
*/ */
constants WizardTravelType constants WizardTravelType
{ {
......
...@@ -69,6 +69,8 @@ interface XWizardPage; ...@@ -69,6 +69,8 @@ interface XWizardPage;
@see XWizardController @see XWizardController
@see XWizardPage @see XWizardPage
@since OOo 3.3
*/ */
interface XWizard interface XWizard
{ {
......
...@@ -27,6 +27,8 @@ module com { module sun { module star { module ui { module dialogs { ...@@ -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. /** is the interface of a client-provided controller of a custom Wizard.
@since OOo 3.3
*/ */
interface XWizardController interface XWizardController
{ {
......
...@@ -27,6 +27,8 @@ module com { module sun { module star { module ui { module dialogs { ...@@ -27,6 +27,8 @@ module com { module sun { module star { module ui { module dialogs {
/** is a single page of a Wizard /** is a single page of a Wizard
@since OOo 3.3
*/ */
interface XWizardPage : ::com::sun::star::lang::XComponent interface XWizardPage : ::com::sun::star::lang::XComponent
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment