Kaydet (Commit) f0471ea7 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

this is purely informative, SAL_WARN is overkill

Change-Id: Iccb98e50a678e5c53b69fb1052e3dac83cdcf5f5
üst 75853361
......@@ -568,7 +568,7 @@ void XMLShapeExport::exportShape(const uno::Reference< drawing::XShape >& xShape
com::sun::star::awt::Point* pRefPoint /* = NULL */,
SvXMLAttributeList* pAttrList /* = NULL */ )
{
SAL_WARN("xmloff", xShape->getShapeType());
SAL_INFO("xmloff", xShape->getShapeType());
if( maCurrentShapesIter == maShapesInfos.end() )
{
SAL_WARN( "xmloff", "XMLShapeExport::exportShape(): no auto styles where collected before export" );
......
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