To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107577


User dtardon changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'dtardon'
--------------------------------------------------------------------------------
               Component|Chart                     |framework
--------------------------------------------------------------------------------
              Issue type|DEFECT                    |PATCH
--------------------------------------------------------------------------------
              QA contact|iss...@graphics           |iss...@framework
--------------------------------------------------------------------------------
            Subcomponent|ui                        |code
--------------------------------------------------------------------------------




------- Additional comments from dtar...@openoffice.org Fri Dec 11 09:05:35 
+0000 2009 -------
The assertion

OSL_ENSURE( pWizardMachine, "OWizardPage::updateDialogTravelUI: where am I?" );

is inconsistent with description of updateDialogTravelUI in
svtools/inc/svtools/wizardmachine.hxx that says: "If the parent of the tab page
is a OWizardMachine, then updateTravelUI at this instance is called. Otherwise,
nothing happens."

The situation in chart2 is following: the same tab is used both by
chart::CreationWizard, which is derived from svt::OWizardMachine and thus
requires its tabs to derive from OWizardPage, and chart::DataSourceDialog, which
is just a plain dialog.

The attached patch removes the assert.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to