diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-02-28 14:59:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-02-28 14:59:29 +0200 |
commit | c5b956b9ab70a6e8917abcc4b8ce4d2b9bd8571b (patch) | |
tree | d31158eb161d21d25b669b27fce5f43883250504 | |
parent | 041a9b641bac500b7b4bbff1280b9d311ae2dbcb (diff) |
Fix incorrect function name in SAL_INFO
Change-Id: I75ee5f1a20fadef7c20103278bc03abd41b815cf
-rw-r--r-- | oox/source/drawingml/shape.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx index 9533f4ec9654..e60d487b3525 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 { |