[Libreoffice-commits] core.git: oox/source

Tor Lillqvist tml at collabora.com
Tue Feb 28 13:00:55 UTC 2017


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

New commits:
commit c5b956b9ab70a6e8917abcc4b8ce4d2b9bd8571b
Author: Tor Lillqvist <tml at 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
     {


More information about the Libreoffice-commits mailing list