diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-05 11:12:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-05 12:02:08 +0100 |
commit | 7accac097688832d8682a88a0176c3e1482ffade (patch) | |
tree | e24edf0953b3a1c8bc297a4a464f1f1d9411b1cd /include/svx/bmpmask.hxx | |
parent | e92b89428e66ab44c6c08463b3c43200e1cf7341 (diff) |
tdf#114837 FILEOPEN: Image is blank
revert
commit e75abe6e0a4ea250366bb29c0ece697e9b1b80a1
Author: Noel Grandin <noel.grandin@collabora.co.uk>
Date: Tue Dec 12 09:33:14 2017 +0200
convert tolerance params to sal_uInt8
for now.
Change-Id: Iafaada0fb338f60ecc9f94aafe138500dfb27cf7
Reviewed-on: https://gerrit.libreoffice.org/47453
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/bmpmask.hxx')
-rw-r--r-- | include/svx/bmpmask.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/bmpmask.hxx b/include/svx/bmpmask.hxx index 10d3383367fb..7231742d4753 100644 --- a/include/svx/bmpmask.hxx +++ b/include/svx/bmpmask.hxx @@ -131,14 +131,14 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxBmpMask : public SfxDockingWindow virtual bool Close() override; sal_uInt16 InitColorArrays( Color* pSrcCols, Color* pDstCols, - sal_uInt8* pTols ); + sal_uIntPtr* pTols ); Bitmap ImpMask( const Bitmap& rBitmap ); GDIMetaFile ImpMask( const GDIMetaFile& rMtf ); Animation ImpMask( const Animation& rAnimation ); BitmapEx ImpMaskTransparent( const BitmapEx& rBitmapEx, const Color& rColor, - sal_uInt8 nTol ); + const long nTol ); GDIMetaFile GetMetaFile(const Graphic& rGraphic); |