Charles Vermette wrote: > We don't install any special deep type detection (since the files we open > are just normal OpenOffice Writer files). There seems to be some deep type > detection already registered in OpenOffice, because if we give the Writer > files we generate a different extension (we use .cops, after the name of > the project) instead of .sxw without any filters registered, it still loads > the file without requiring user input. However, once we register an XSLT > based export filter we need to have the files named correctly as .sxw or > the user has to specify the filter to use when opening them.
Is it possible that your filter accidently is also registered as an import filter? That might confuse the OOo type detection. If this filter is registered as a pure export filter it sounds like an OOo bug, but last time I checked OOo is not confused by pure export filters. So please post the content of your filter configuration. I don't know how you deploy your filter, either by direct modification of OOo's typedetection.xcu or by providing your own one as an AddOn. In the first case please show us your modifications, in the latter one the whole file. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
