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.cxx302 com::sun::star::xml::sax::SAXParseException saxex; in throwEx() local
303 saxex.Message = msg; in throwEx()
304 saxex.LineNumber = static_cast<sal_Int32>(ctxt->lastError.line); in throwEx()
305 saxex.ColumnNumber = static_cast<sal_Int32>(ctxt->lastError.int2); in throwEx()
306 throw saxex; in throwEx()