Kaydet (Commit) 1d6b85f8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix --enable-qt5

...after e75abe6e "convert tolerance params to
sal_uInt8"

Change-Id: I6677fa21d4786ebadcded53e1542514465d5d0a2
üst 07138b4f
......@@ -239,7 +239,7 @@ bool Qt5Bitmap::Scale(const double& rScaleX, const double& rScaleY, BmpScaleFlag
return false;
}
bool Qt5Bitmap::Replace(const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol)
bool Qt5Bitmap::Replace(const Color& rSearchColor, const Color& rReplaceColor, sal_uInt8 nTol)
{
return false;
}
......
......@@ -61,7 +61,7 @@ public:
virtual bool Scale(const double& rScaleX, const double& rScaleY,
BmpScaleFlag nScaleFlag) override;
virtual bool Replace(const Color& rSearchColor, const Color& rReplaceColor,
sal_uLong nTol) override;
sal_uInt8 nTol) override;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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