Modified: openoffice/trunk/main/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx?rev=1591062&r1=1591061&r2=1591062&view=diff ============================================================================== --- openoffice/trunk/main/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx (original) +++ openoffice/trunk/main/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx Tue Apr 29 19:25:03 2014 @@ -450,7 +450,7 @@ void FormattedFieldElement::endElement() } catch (util::MalformedNumberFormatException & exc) { - OSL_ENSURE( 0, "### util::MalformedNumberFormatException occured!" ); + OSL_ENSURE( 0, "### util::MalformedNumberFormatException occurred!" ); // rethrow throw xml::sax::SAXException( exc.Message, Reference< XInterface >(), Any() ); }
