https://bugs.freedesktop.org/show_bug.cgi?id=80955
--- Comment #2 from Michael Meeks <[email protected]> --- #6 0x00007ffff574afbb in desktop::DispatchWatcher::executeDispatchRequests (this=0x7fffe3d65a90, aDispatchRequestsList=std::vector of length 1, capacity 1 = {...}, bNoTerminate=<optimized out>) at /home/buildslave/source/libo-core/desktop/source/app/dispatchwatcher.cxx:495 (gdb) p conversionProperties $8 = uno::Sequence of length 2 = {{Name = "Overwrite", Handle = 0, Value = uno::Any 1 '\001', State = com::sun::star::beans::PropertyState_DIRECT_VALUE}, {Name = "FilterName", Handle = 0, Value = uno::Any "MS Excel 2003 XML", State = com::sun::star::beans::PropertyState_DIRECT_VALUE}} ... Seems like dispatchwatcher.cxx's: static OUString impl_GuessFilter( const OUString& aUrlIn, const OUString& aUrlOut ) { /* aAppl can also be set to Factory like scalc, swriter... */ OUString aAppl; aAppl = impl_GetFilterFromExt( aUrlIn, SFX_FILTER_IMPORT, aAppl ); return impl_GetFilterFromExt( aUrlOut, SFX_FILTER_EXPORT, aAppl ); } is getting a sillier than expected results =) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
