Kaydet (Commit) 8610e88b authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile

i124398 - [API] Unpublish the Wizard API

üst f72b3099
......@@ -31,7 +31,7 @@
module com { module sun { module star { module ui { module dialogs {
published interface XWizardController;
interface XWizardController;
//==================================================================================================================
......@@ -39,7 +39,7 @@ published interface XWizardController;
@since OpenOffice 3.3
*/
published service Wizard : XWizard
service Wizard : XWizard
{
/** creates a wizard with a single execution path
@param PageIds
......
......@@ -34,7 +34,7 @@ module com { module sun { module star { module ui { module dialogs {
//==================================================================================================================
published interface XWizardPage;
interface XWizardPage;
/** is the main interface implemented by the <type>Wizard</type> services.
......@@ -78,7 +78,7 @@ published interface XWizardPage;
@since OpenOffice 3.3
*/
published interface XWizard
interface XWizard
{
interface XExecutableDialog;
......
......@@ -36,7 +36,7 @@ module com { module sun { module star { module ui { module dialogs {
@since OpenOffice 3.3
*/
published interface XWizardController
interface XWizardController
{
/** creates a page
......
......@@ -36,7 +36,7 @@ module com { module sun { module star { module ui { module dialogs {
@since OpenOffice 3.3
*/
published interface XWizardPage : ::com::sun::star::lang::XComponent
interface XWizardPage : ::com::sun::star::lang::XComponent
{
/** provides read-only access to the window of the page
*/
......
......@@ -211,3 +211,6 @@
23/03/2013 (arielch): TaskID=124385
Unpublish the Undo API
10/03/2014 (arielch): TaskID=124398
Unpublish the Wizard API
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