Issue 115014 - Assertion when pasting HTML
Summary: Assertion when pasting HTML
Status: CONFIRMED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: DEV300m89
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-11 14:16 UTC by philipp.lohmann
Modified: 2017-05-20 11:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description philipp.lohmann 2010-10-11 14:16:36 UTC
- create new writer doc
- type some text
- select all
- copy
- go to another application that would paste HTML (e.g. jEdit or GoogleDocs)
- Paste
-> Assertion pops up "Error: INetURLObject::checkHierarchical vnd.sun.star.expand"

Reason is HtmlReader::GetTemplateName which tries to find a template
"html/internal.oth" via SvtPathOptions, the latter creating the assertion.  (see
here
http://svn.services.openoffice.org/opengrok/xref/DEV300_m88/sw/source/filter/html/swhtml.cxx#179
)

observed on Mac and Windows
Comment 1 Marcus 2017-05-20 11:35:19 UTC
Reset assigne to the default "issues@openoffice.apache.org".