Kaydet (Commit) 18ceb68c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

64-bit OS X build fix

Change-Id: Icf344f3ad4d508bb47500db3bc5cfb5ee642acfa
üst 15b3e298
......@@ -289,7 +289,7 @@ public:
virtual bool drawAlphaRect( long nX, long nY, long nWidth,
long nHeight, sal_uInt8 nTransparency );
CGPoint* makeCGptArray(sal_uLong nPoints, const SalPoint* pPtAry);
CGPoint* makeCGptArray(sal_uInt32 nPoints, const SalPoint* pPtAry);
// native widget rendering methods that require mirroring
virtual bool hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
const Point& aPos, bool& rIsInside ) SAL_OVERRIDE;
......
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