summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-28 14:59:17 +0200
committerTor Lillqvist <tml@collabora.com>2017-02-28 14:59:29 +0200
commitc5b956b9ab70a6e8917abcc4b8ce4d2b9bd8571b (patch)
treed31158eb161d21d25b669b27fce5f43883250504 /oox
parent041a9b641bac500b7b4bbff1280b9d311ae2dbcb (diff)
Fix incorrect function name in SAL_INFO
Change-Id: I75ee5f1a20fadef7c20103278bc03abd41b815cf
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/shape.cxx2
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
{