Kaydet (Commit) 80ae2acd authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix error: out-of-line definition of does not match declaration

Change-Id: I3e3d215eb6c94fd86481bc1666d94139692bc209
üst 6478730e
...@@ -257,7 +257,7 @@ public: ...@@ -257,7 +257,7 @@ public:
bool IsPenVisible() const { return maLineColor.IsVisible(); } bool IsPenVisible() const { return maLineColor.IsVisible(); }
bool IsBrushVisible() const { return maFillColor.IsVisible(); } bool IsBrushVisible() const { return maFillColor.IsVisible(); }
void ImplDrawPixel( long nX, long nY, const RGBAColor& ); // helper to draw single pixels 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; } bool IsFlipped() const { return false; }
void ApplyXorContext(); void ApplyXorContext();
void Pattern50Fill(); void Pattern50Fill();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment