Fix incorrect function name in SAL_INFO

Change-Id: I75ee5f1a20fadef7c20103278bc03abd41b815cf
This commit is contained in:
Tor Lillqvist
2017-02-28 14:59:17 +02:00
parent 041a9b641b
commit c5b956b9ab

View File

@@ -246,7 +246,7 @@ void Shape::addShape(
const awt::Rectangle* pShapeRect,
ShapeIdMap* pShapeMap )
{
SAL_INFO("oox.drawingml", "Shape::getShapeStyleRef: id='" << msId << "'");
SAL_INFO("oox.drawingml", "Shape::addShape: id='" << msId << "'");
try
{