vcl/headless/svpgdi.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 804dd3e3761fe94e139384c4fdf765da0256f0fd
Author: Luboš Luňák <[email protected]>
AuthorDate: Tue Feb 23 14:23:45 2021 +0100
Commit: Luboš Luňák <[email protected]>
CommitDate: Tue Feb 23 17:48:54 2021 +0100
do not SAL_WARN about headless not supporting blendBitmap()
It's been this way for more than 5 years, so I guess nobody cares.
Change-Id: I339f97232c477655572a416e516f0f3e50bd3666
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111398
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <[email protected]>
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index 60366f1184de..ab28f158be0a 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -124,13 +124,11 @@ namespace
bool SvpSalGraphics::blendBitmap( const SalTwoRect&, const SalBitmap&
/*rBitmap*/ )
{
- SAL_WARN("vcl.gdi", "unsupported SvpSalGraphics::blendBitmap case");
return false;
}
bool SvpSalGraphics::blendAlphaBitmap( const SalTwoRect&, const SalBitmap&,
const SalBitmap&, const SalBitmap& )
{
- SAL_WARN("vcl.gdi", "unsupported SvpSalGraphics::blendAlphaBitmap case");
return false;
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits