oox: warning C4101: 'rEx' : unreferenced local variable

Change-Id: I79722b33a0c193a8bb0c0dd357787ee213909051
This commit is contained in:
Michael Stahl
2014-02-12 22:35:35 +01:00
parent 500568a8f3
commit 45c7b349d7

View File

@@ -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);
}
}