vcl/win/gdi/gdiimpl.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8e9a2c860eadfd429a24a0cb98bf5c2aa4a60e61
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Tue Feb 26 10:23:45 2019 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Tue Feb 26 10:23:45 2019 +0200

    fix windows build
    
    after
        commit b792e4ee22d7b625a214f6eceb1c223f35b9a606
        sal_uLong->sal_uInt32 in drawEPS
    
    Change-Id: Ic35c165cd9dd756e229c33f643355150d6249688

diff --git a/vcl/win/gdi/gdiimpl.hxx b/vcl/win/gdi/gdiimpl.hxx
index f1cd729daf1b..bc4a6ac27414 100644
--- a/vcl/win/gdi/gdiimpl.hxx
+++ b/vcl/win/gdi/gdiimpl.hxx
@@ -186,7 +186,7 @@ public:
                 long nX, long nY,
                 long nWidth, long nHeight,
                 void* pPtr,
-                sal_uLong nSize ) override;
+                sal_uInt32 nSize ) override;
 
     virtual bool blendBitmap(
                 const SalTwoRect&,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to