summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2016-12-14 05:55:50 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2016-12-14 05:56:25 +0200
commit24ece87ed4ce14cd14c26d4fb6c2e7f7e8f24b80 (patch)
tree64a1802691168c0fb866052c68d57430833f378b
parentd0a0abee5c0c2fe80ead6cad9a893f19ace25a3a (diff)
Typo
Change-Id: Iedf0ccb9c48235e8ffd3c14e4f56813d70b7c0c7
-rw-r--r--vcl/source/outdev/text.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx
index d096d229f42b..74ce12f56aaa 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()))
{