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


User fheckl changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|REOPENED                  |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Wed May  6 15:53:38 
+0000 2009 -------
fheckl->sba:
With the only code change being the following I suspect it's a problem with the 
build bot build. I will attach the fps_aqua.dylib from my own build to the 
issue so 
that you can exchange it in your Sun build and see if the problem also exists 
there.

The code changes are:

Index: SalAquaFilePicker.cxx
===================================================================
--- SalAquaFilePicker.cxx       (Revision 269841)
+++ SalAquaFilePicker.cxx       (Arbeitskopie)
@@ -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) {


---------------------------------------------------------------------
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]

Reply via email to