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 /svtools | |
parent | f208103998cfeffef239c66043184654c00dffda (diff) |
loplugin:sallogareas
Change-Id: Ib1f06cb5f925535858bc14aab6f59ad7fd2a3a8d
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/imivctl2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/imivctl2.cxx b/svtools/source/contnr/imivctl2.cxx index 66a1986ae7ef..66593313a3db 100644 --- a/svtools/source/contnr/imivctl2.cxx +++ b/svtools/source/contnr/imivctl2.cxx @@ -478,7 +478,7 @@ void IcnCursor_Impl::SetDeltas() if( !nDeltaWidth ) { nDeltaWidth = 1; - SAL_INFO("svctools", "SetDeltas:Bad width"); + SAL_INFO("svtools", "SetDeltas:Bad width"); } } |