diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2014-12-19 19:25:07 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2014-12-19 23:33:30 +0100 |
commit | f0471ea7550f42d2899951c06fc854ab9632ff74 (patch) | |
tree | d1a0f226ca060967e93b980d9fee95893ff401fc | |
parent | 7585336177fd3715f38d78b073fa49591cacad10 (diff) |
this is purely informative, SAL_WARN is overkill
Change-Id: Iccb98e50a678e5c53b69fb1052e3dac83cdcf5f5
-rw-r--r-- | xmloff/source/draw/shapeexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx index 09ba163f611a..4162a566c4a4 100644 --- a/xmloff/source/draw/shapeexport.cxx +++ b/xmloff/source/draw/shapeexport.cxx @@ -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" ); |