To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=49450 Issue #:|49450 Summary:|"filter detection" does not work for dynamicly added |filters (e.g. xslt filters) Component:|framework Version:|OOo 2.0 Beta Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|as Reported by:|as
------- Additional comments from [EMAIL PROTECTED] Wed May 18 04:59:53 -0700 2005 ------- If a xslt filter was created using the XML Filter Dialog of "Tools->Options" it's not guaranteed that the corresponding file format can be loaded within the office. A may be used preselected xslt filter can workaround the situation ... but normal way of loading documents should work too. The problem behind: After the type detection was done we must search a suitable filter to load the document. But searching of the filter is done by using an optimized value inside the filter configuration. And these special property is a new feature and not used by the xml filter dialog. So the xml filter are not realy found. Instead of that the filter selection dialog cames up and the user has to know which filter must be selected. Solution: The search for a suitable filter must work even if this special optimized config property exists or not. Means: the search for a filter must be done by using the whole list of filters. --------------------------------------------------------------------- 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]
