Home
last modified time | relevance | path

Searched refs:saxex (Results 1 – 1 of 1) sorted by relevance

/trunk/main/unoxml/source/dom/
H A Ddocumentbuilder.cxx310 com::sun::star::xml::sax::SAXParseException saxex; in throwEx() local
311 saxex.Message = msg; in throwEx()
312 saxex.LineNumber = static_cast<sal_Int32>(ctxt->lastError.line); in throwEx()
313 saxex.ColumnNumber = static_cast<sal_Int32>(ctxt->lastError.int2); in throwEx()
314 throw saxex; in throwEx()

Completed in 20 milliseconds