https://issues.apache.org/ooo/show_bug.cgi?id=124648

          Issue ID: 124648
        Issue Type: DEFECT
           Summary: css::ui::dialogs::Wizard: there is no way to set the
                    dialog's parent window
           Product: App Dev
           Version: OOo 3.3 or older
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: api
          Assignee: [email protected]
          Reporter: [email protected]

There is no way to set the wizard dialog's parent window, this should be done
at construction time, but the two constructors are missing this functionality,
see
http://www.openoffice.org/api/docs/common/ref/com/sun/star/ui/dialogs/Wizard.html

createSinglePathWizard(
 [in] sequence< short > PageIds,
 [in] XWizardController Controller )
raises( ::com::sun::star::lang::IllegalArgumentException );


createMultiplePathsWizard(
 [in] sequence< sequence< short > > PageIds,
 [in] XWizardController Controller )
raises( ::com::sun::star::lang::IllegalArgumentException );

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to