coverity#735343 Unchecked return value
Change-Id: I18c605511094ad48557a24a89a391d8361a001a7
This commit is contained in:
@@ -1687,7 +1687,7 @@ void DateFormatter::Reformat()
|
|||||||
if ( !aStr.isEmpty() )
|
if ( !aStr.isEmpty() )
|
||||||
{
|
{
|
||||||
ImplSetText( aStr );
|
ImplSetText( aStr );
|
||||||
ImplDateGetValue( aStr, maLastDate, GetExtDateFormat(true), ImplGetLocaleDataWrapper(), GetCalendarWrapper(), GetFieldSettings() );
|
(void)ImplDateGetValue(aStr, maLastDate, GetExtDateFormat(true), ImplGetLocaleDataWrapper(), GetCalendarWrapper(), GetFieldSettings());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user