https://bugs.documentfoundation.org/show_bug.cgi?id=155452
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #9 from Julien Nabet <[email protected]> --- On Win10 with master sources updated today, I could reproduce this. Noticing this line: warn:svtools:13036:14080:svtools/source/svhtml/parhtml.cxx:1480: GetOption: unknown HTML option 'decoding' I took a bt from here with Visual Studio: svtlo.dll!HTMLParser::GetOptions(const HtmlOptionId * pNoConvertToken) Ligne 1478 C++ scfiltlo.dll!ScHTMLLayoutParser::Image(HtmlImportInfo * pInfo) Ligne 1270 C++ scfiltlo.dll!ScHTMLLayoutParser::ProcToken(HtmlImportInfo * pInfo) Ligne 1548 C++ scfiltlo.dll!ScHTMLLayoutParser::HTMLImportHdl(HtmlImportInfo & rInfo) Ligne 864 C++ scfiltlo.dll!ScHTMLLayoutParser::LinkStubHTMLImportHdl(void * instance, HtmlImportInfo & data) Ligne 858 C++ editenglo.dll!Link<HtmlImportInfo &,void>::Call(HtmlImportInfo & data) Ligne 111 C++ editenglo.dll!EditEngine::CallHtmlImportHandler(HtmlImportInfo & rInfo) Ligne 2853 C++ editenglo.dll!EditHTMLParser::NextToken(HtmlTokenId nToken) Ligne 491 C++ svtlo.dll!HTMLParser::Continue(HtmlTokenId nToken) Ligne 298 C++ svtlo.dll!HTMLParser::CallParser() Ligne 282 C++ editenglo.dll!EditHTMLParser::CallParser(EditEngine * pEE, const EditPaM & rPaM) Ligne 84 C++ editenglo.dll!ImpEditEngine::ReadHTML(SvStream & rInput, const rtl::OUString & rBaseURL, EditSelection aSel, SvKeyValueIterator * pHTTPHeaderAttrs) Ligne 168 C++ editenglo.dll!ImpEditEngine::Read(SvStream & rInput, const rtl::OUString & rBaseURL, EETextFormat eFormat, const EditSelection & rSel, SvKeyValueIterator * pHTTPHeaderAttrs) Ligne 97 C++ editenglo.dll!EditEngine::Read(SvStream & rInput, const rtl::OUString & rBaseURL, EETextFormat eFormat, SvKeyValueIterator * pHTTPHeaderAttrs) Ligne 1506 C++ scfiltlo.dll!ScHTMLLayoutParser::Read(SvStream & rStream, const rtl::OUString & rBaseURL) Ligne 280 C++ scfiltlo.dll!ScEEImport::Read(SvStream & rStream, const rtl::OUString & rBaseURL) Ligne 84 C++ sclo.dll!ScImportExport::HTML2Doc(SvStream & rStrm, const rtl::OUString & rBaseURL) Ligne 2634 C++ > sclo.dll!ScImportExport::ImportStream(SvStream & rStrm, const > rtl::OUString & rBaseURL, SotClipboardFormatId nFmt) Ligne 426 C++ sclo.dll!ScViewFunc::PasteDataFormat(SotClipboardFormatId nFormatId, const com::sun::star::uno::Reference<com::sun::star::datatransfer::XTransferable> & rxTransferable, short nPosX, long nPosY, const Point * pLogicPos, bool bLink, bool bAllowDialogs) Ligne 382 C++ sclo.dll!ScViewFunc::PasteFromSystem(SotClipboardFormatId nFormatId, bool bApi) Ligne 745 C++ sclo.dll!ScViewFunc::PasteFromSystem() Ligne 601 C++ sclo.dll!ScClipUtil::PasteFromClipboard(ScViewData & rViewData, ScTabViewShell * pTabViewShell, bool bShowDialog) Ligne 87 C++ sclo.dll!ScCellShell::ExecuteEdit(SfxRequest & rReq) Ligne 1391 C++ -- You are receiving this mail because: You are the assignee for the bug.
