oox/source/drawingml/shape.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c5b956b9ab70a6e8917abcc4b8ce4d2b9bd8571b
Author: Tor Lillqvist <t...@collabora.com>
Date:   Tue Feb 28 14:59:17 2017 +0200

    Fix incorrect function name in SAL_INFO
    
    Change-Id: I75ee5f1a20fadef7c20103278bc03abd41b815cf

diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index 9533f4e..e60d487 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -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
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to