https://issues.apache.org/ooo/show_bug.cgi?id=118640
--- Comment #15 from Armin Le Grand <[email protected]> --- Inn XmlFilterBase::importRelations it tries to use mxImpl->maRelationsMap in xmlfilterbase.cxx in oox which is a 'typedef RefMap< OUString, Relations > RelationsMap' where RefMap is an own template class in oox/helper/refmap.hxx, the operator[] on the empty maRelationsMap crashes. Interestingly the definition does not have an operator[] directly but is derived of type ::std::map which has one. maRelationsMap gets never filled, thus it must always have been empty. Maybe the change to the standard STL makes this operator crash now...? -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
