vcl/workben/outdevgrind.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8d69ec4912c4d5bb8eb03e2dece8cbba0910f11b
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Tue Jun 3 20:23:40 2014 +0200

    Remove xub_StrLen refs
    
    Change-Id: Iea8c3f881a3ddfeaed4f4dca5d66dbe1716b8ce0

diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx
index 8e592dc..648c52b 100644
--- a/vcl/workben/outdevgrind.cxx
+++ b/vcl/workben/outdevgrind.cxx
@@ -139,8 +139,8 @@ void setupMethodStubs( functor_vector_type& res )
 
     /* void DrawTextArray( const Point& rStartPt, const OUString& rStr,
                                        const sal_Int32* pDXAry = NULL,
-                                       xub_StrLen nIndex = 0,
-                                       xub_StrLen nLen = STRING_LEN );
+                                       sal_uInt16 nIndex = 0,
+                                       sal_Int32 nLen = STRING_LEN );
     */
     add(res,
         "DrawTextArray",
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to