oox: warning C4101: 'rEx' : unreferenced local variable
Change-Id: I79722b33a0c193a8bb0c0dd357787ee213909051
This commit is contained in:
@@ -1194,7 +1194,7 @@ void ChartExport::exportBitmapFill( Reference< XPropertySet > xPropSet )
|
||||
}
|
||||
catch (const uno::Exception & rEx)
|
||||
{
|
||||
DBG_WARNING( "Bitmap Property not Found; ChartExport::exportBitmapFill" );
|
||||
SAL_INFO("oox", "ChartExport::exportBitmapFill " << rEx.Message);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1220,7 +1220,8 @@ void ChartExport::exportGradientFill( Reference< XPropertySet > xPropSet )
|
||||
}
|
||||
catch (const uno::Exception & rEx)
|
||||
{
|
||||
DBG_WARNING( "Gradient Property not Found; ChartExport::exportGradientFill" );
|
||||
SAL_INFO("oox",
|
||||
"ChartExport::exportGradientFill " << rEx.Message);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user