Kaydet (Commit) aa685127 authored tarafından Michael Stahl's avatar Michael Stahl

oox: replace legacy DBG_WARNINGs

Change-Id: If2c47bbd0c12cc006b38972c5f71eb00d3b03460
üst 8a0fc750
......@@ -784,7 +784,7 @@ void ChartExport::exportExternalData( Reference< ::com::sun::star::chart::XChart
}
catch( beans::UnknownPropertyException & )
{
DBG_WARNING( "Required property not found in ChartDocument" );
SAL_WARN("oox", "Required property not found in ChartDocument");
}
}
if(!externalDataPath.isEmpty())
......@@ -844,7 +844,7 @@ void ChartExport::exportChart( Reference< ::com::sun::star::chart::XChartDocumen
}
catch( beans::UnknownPropertyException & )
{
DBG_WARNING( "Required property not found in ChartDocument" );
SAL_WARN("oox", "Required property not found in ChartDocument");
}
} // if( xDocPropSet.is())
......@@ -921,7 +921,7 @@ void ChartExport::exportLegend( Reference< ::com::sun::star::chart::XChartDocume
}
catch( beans::UnknownPropertyException & )
{
DBG_WARNING( "Property Align not found in ChartLegend" );
SAL_WARN("oox", "Property Align not found in ChartLegend");
}
const char* strPos = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment