To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=100214
------- Additional comments from [email protected] Wed May 6 17:56:01 +0000 2009 ------- And I can only again just paste here the output of svn diff svn+ssh://[email protected]/ooo/tags/DEV300_m44 svn+ssh://[email protected]/ooo/cws/macrofpicker01 Index: fpicker/source/aqua/SalAquaFilePicker.cxx =============================================================== ==== --- fpicker/source/aqua/SalAquaFilePicker.cxx (.../tags/DEV300_m44) (Revision 271609) +++ fpicker/source/aqua/SalAquaFilePicker.cxx (.../cws/macrofpicker01) (Revision 271609) @@ -191,9 +191,11 @@ implInitialize(); - // if m_pDialog is nil after initialization, something must have gone wrong before + // if m_pDialog is nil after initialization, something must have gone wrong before + // or there was no initialization (see issue http://www.openoffice.org/issues/show_bug.cgi? id=100214) if (m_pDialog == nil) { - throw uno::RuntimeException(rtl::OUString::createFromAscii("The dialog was not properly initialized!"), static_cast< XFilePicker* >( this )); + //throw uno::RuntimeException(rtl::OUString::createFromAscii("The dialog was not properly initialized!"), static_cast< XFilePicker* >( this )); + m_nDialogType = NAVIGATIONSERVICES_OPEN; } if (m_pFilterHelper) { And you can verify this easily, you don't need to have the sources checked out. So if you are unable to build this cws on Windows, I wonder if you can build a plain DEV300_m44 on that platform. --------------------------------------------------------------------- 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: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
