summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2014-12-19 19:25:07 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2014-12-19 23:33:30 +0100
commitf0471ea7550f42d2899951c06fc854ab9632ff74 (patch)
treed1a0f226ca060967e93b980d9fee95893ff401fc /xmloff
parent7585336177fd3715f38d78b073fa49591cacad10 (diff)
this is purely informative, SAL_WARN is overkill
Change-Id: Iccb98e50a678e5c53b69fb1052e3dac83cdcf5f5
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/shapeexport.cxx2
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" );