[Libreoffice-commits] core.git: vcl/win
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Feb 26 08:25:28 UTC 2019
vcl/win/gdi/gdiimpl.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8e9a2c860eadfd429a24a0cb98bf5c2aa4a60e61
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Feb 26 10:23:45 2019 +0200
Commit: Noel Grandin <noel.grandin at 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&,
More information about the Libreoffice-commits
mailing list