To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96362
                 Issue #|96362
                 Summary|filter: order of final filters to try is arbitrary
               Component|framework
                 Version|DEV300m35
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|mba
             Reported by|cmc





------- Additional comments from [EMAIL PROTECTED] Wed Nov 19 17:37:46 +0000 
2008 -------
i.e. Heres a sample document which is suffixed as ".xls", but is really a .html
document missing its <html> title. If it is re-suffixed as .html there is no
problem. But if retained as .xls then at a certain point a hash_map of filters
is created and we iterate through it looking for all filters that support .xls
files which are a number of excel filters and the .csv filter. That list is then
used with the top most filter given priority over the lower ones. 

The catch is that the order of elements within a hash_map is arbitrary, and can
change per version of stlport or per-platform. So one some platforms the top
entry happens to be an excel filter and the document opens up immediately in
calc, on some the csv filter gets placed first and the csv dialog opens.

(https://bugzilla.redhat.com/show_bug.cgi?id=462263)

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