Kaydet (Commit) 918a03c5 authored tarafından Noel Grandin's avatar Noel Grandin

fix OSX build

Change-Id: I6df0009cad65134e626f89563be168ff739ca092
üst 662fc8ea
...@@ -77,7 +77,7 @@ public: ...@@ -77,7 +77,7 @@ public:
bool Crop( const Rectangle& rRectPixel ) SAL_OVERRIDE; bool Crop( const Rectangle& rRectPixel ) SAL_OVERRIDE;
bool Erase( const Color& rFillColor ) SAL_OVERRIDE; bool Erase( const Color& rFillColor ) SAL_OVERRIDE;
bool Scale( const double& rScaleX, const double& rScaleY, sal_uInt32 nScaleFlag ) SAL_OVERRIDE; bool Scale( const double& rScaleX, const double& rScaleY, BmpScaleFlag nScaleFlag ) SAL_OVERRIDE;
bool Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol ) SAL_OVERRIDE; bool Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol ) SAL_OVERRIDE;
private: private:
......
...@@ -978,7 +978,7 @@ bool QuartzSalBitmap::Erase( const ::Color& /*rFillColor*/ ) ...@@ -978,7 +978,7 @@ bool QuartzSalBitmap::Erase( const ::Color& /*rFillColor*/ )
return false; return false;
} }
bool QuartzSalBitmap::Scale( const double& /*rScaleX*/, const double& /*rScaleY*/, sal_uInt32 /*nScaleFlag*/ ) bool QuartzSalBitmap::Scale( const double& /*rScaleX*/, const double& /*rScaleY*/, BmpScaleFlag /*nScaleFlag*/ )
{ {
return false; return false;
} }
......
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