vcl/source/outdev/text.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 24ece87ed4ce14cd14c26d4fb6c2e7f7e8f24b80 Author: Khaled Hosny <[email protected]> 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())) { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
