diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-20 10:14:49 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-20 10:14:49 +0100 |
commit | ab9add5c96490801a7e1761306c41131468db703 (patch) | |
tree | 5656edb0025ae0ae21088099c1b2c024d79069ab /canvas | |
parent | f208103998cfeffef239c66043184654c00dffda (diff) |
loplugin:sallogareas
Change-Id: Ib1f06cb5f925535858bc14aab6f59ad7fd2a3a8d
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/vcl/spritehelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/vcl/spritehelper.cxx b/canvas/source/vcl/spritehelper.cxx index f28bc73624f8..8c6af62accfe 100644 --- a/canvas/source/vcl/spritehelper.cxx +++ b/canvas/source/vcl/spritehelper.cxx @@ -93,7 +93,7 @@ namespace vclcanvas } // log output pos in device pixel - SAL_INFO("canva.vcl", "SpriteHelper::redraw(): output pos is (" << + SAL_INFO("canvas.vcl", "SpriteHelper::redraw(): output pos is (" << rPos.getX() << "," << rPos.getY() << ")"); const double fAlpha( getAlpha() ); |