diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-11-27 15:12:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-11-27 20:33:10 +0100 |
commit | cb7e6003ad06d71a27baeb435366b91f87bdeb2f (patch) | |
tree | 2005aa98b27e83aff8678a335f40fca9c1ed3eb5 /vcl/headless | |
parent | 31d4db12d91d26f245ac40fc0adbb27ff1f93d6f (diff) |
cid#1517054 Logically dead code
Change-Id: I0ea48d79d32920cf5f5ab2b11a5b4f53ddae0dc7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143345
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/headless')
-rw-r--r-- | vcl/headless/CairoCommon.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/headless/CairoCommon.cxx b/vcl/headless/CairoCommon.cxx index 401571a7625c..322b1e838463 100644 --- a/vcl/headless/CairoCommon.cxx +++ b/vcl/headless/CairoCommon.cxx @@ -630,8 +630,8 @@ bool CairoCommon::drawPolyLine(cairo_t* cr, basegfx::B2DRange* pExtents, const C { SAL_WARN("vcl.gdi", "drawPolyLine, skipping suspicious range of: " << aRange << " for fuzzing performance"); + return true; } - return true; } // need to check/handle LineWidth when ObjectToDevice transformation is used |