summaryrefslogtreecommitdiff
path: root/vcl/headless
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2021-02-23 14:23:45 +0100
committerLuboš Luňák <l.lunak@collabora.com>2021-02-23 17:48:54 +0100
commit804dd3e3761fe94e139384c4fdf765da0256f0fd (patch)
tree54bc03e0dad5c29153456909a5e1603d0fc57597 /vcl/headless
parent13be1527c0e5a5c13d73e73af8c1bc7df0a2f603 (diff)
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 <l.lunak@collabora.com>
Diffstat (limited to 'vcl/headless')
-rw-r--r--vcl/headless/svpgdi.cxx2
1 files changed, 0 insertions, 2 deletions
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;
}