[Libreoffice-commits] core.git: vcl/source
Khaled Hosny
khaledhosny at eglug.org
Wed Dec 14 03:58:07 UTC 2016
vcl/source/outdev/text.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 24ece87ed4ce14cd14c26d4fb6c2e7f7e8f24b80
Author: Khaled Hosny <khaledhosny at eglug.org>
Date: Wed Dec 14 05:55:50 2016 +0200
Typo
Change-Id: Iedf0ccb9c48235e8ffd3c14e4f56813d70b7c0c7
diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx
index d096d22..74ce12f 100644
--- a/vcl/source/outdev/text.cxx
+++ b/vcl/source/outdev/text.cxx
@@ -809,7 +809,7 @@ void OutputDevice::DrawText( const Point& rStartPt, const OUString& rStr,
if(nLen == 0x0FFFF)
{
SAL_INFO("sal.rtl.xub",
- "GetTextOutlines Suspicious arguments nLen:" << nLen);
+ "DrawText Suspicious arguments nLen:" << nLen);
}
if( (nLen < 0) || (nIndex + nLen >= rStr.getLength()))
{
More information about the Libreoffice-commits
mailing list