[Libreoffice-commits] core.git: vcl/inc
Tor Lillqvist
tml at collabora.com
Tue Apr 1 10:51:37 PDT 2014
vcl/inc/headless/svpgdi.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 80ae2acd00d89fd9dda183affb5a0251e233c2de
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Apr 1 20:49:51 2014 +0300
Fix error: out-of-line definition of does not match declaration
Change-Id: I3e3d215eb6c94fd86481bc1666d94139692bc209
diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx
index 028d71c..800ab1a 100644
--- a/vcl/inc/headless/svpgdi.hxx
+++ b/vcl/inc/headless/svpgdi.hxx
@@ -257,7 +257,7 @@ public:
bool IsPenVisible() const { return maLineColor.IsVisible(); }
bool IsBrushVisible() const { return maFillColor.IsVisible(); }
void ImplDrawPixel( long nX, long nY, const RGBAColor& ); // helper to draw single pixels
- CGPoint* makeCGptArray(sal_uLong nPoints, const SalPoint* pPtAry);
+ CGPoint* makeCGptArray(sal_uInt32 nPoints, const SalPoint* pPtAry);
bool IsFlipped() const { return false; }
void ApplyXorContext();
void Pattern50Fill();
More information about the Libreoffice-commits
mailing list