coverity#735343 Unchecked return value

Change-Id: I18c605511094ad48557a24a89a391d8361a001a7
This commit is contained in:
Caolán McNamara
2017-01-14 11:14:46 +00:00
parent 773ec34047
commit 9a9a3e8954

View File

@@ -1687,7 +1687,7 @@ void DateFormatter::Reformat()
if ( !aStr.isEmpty() )
{
ImplSetText( aStr );
ImplDateGetValue( aStr, maLastDate, GetExtDateFormat(true), ImplGetLocaleDataWrapper(), GetCalendarWrapper(), GetFieldSettings() );
(void)ImplDateGetValue(aStr, maLastDate, GetExtDateFormat(true), ImplGetLocaleDataWrapper(), GetCalendarWrapper(), GetFieldSettings());
}
else
{