Kaydet (Commit) 74778b12 authored tarafından Noel Grandin's avatar Noel Grandin

fix windows build

Change-Id: I32dc6c24c523519d6c2376c555b2d774fa40b3ba
üst 5cddfc79
...@@ -99,7 +99,7 @@ public: ...@@ -99,7 +99,7 @@ public:
virtual bool Crop( const Rectangle& rRectPixel ) SAL_OVERRIDE; virtual bool Crop( const Rectangle& rRectPixel ) SAL_OVERRIDE;
virtual bool Erase( const Color& rFillColor ) SAL_OVERRIDE; virtual bool Erase( const Color& rFillColor ) SAL_OVERRIDE;
virtual bool Scale( const double& rScaleX, const double& rScaleY, sal_uInt32 nScaleFlag ) SAL_OVERRIDE; virtual bool Scale( const double& rScaleX, const double& rScaleY, BmpScaleFlag nScaleFlag ) SAL_OVERRIDE;
virtual bool Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol ) SAL_OVERRIDE; virtual bool Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol ) SAL_OVERRIDE;
}; };
......
...@@ -1066,7 +1066,7 @@ bool WinSalBitmap::Erase( const ::Color& /*rFillColor*/ ) ...@@ -1066,7 +1066,7 @@ bool WinSalBitmap::Erase( const ::Color& /*rFillColor*/ )
return false; return false;
} }
bool WinSalBitmap::Scale( const double& /*rScaleX*/, const double& /*rScaleY*/, sal_uInt32 /*nScaleFlag*/ ) bool WinSalBitmap::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