summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-06-27 14:18:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-06-27 19:23:25 +0200
commit2c685e244f44271e0dde1960e0973da9708576fe (patch)
tree442dad327720f4758614f5161b9222396f387db5 /vcl/win
parent858dfb53598ed379a2e72c887a7f77909b550ca0 (diff)
remove this SAL_WARN
has not revealed anything interesting on jenkins Change-Id: I15ebabc171dbb38f440ec607ea05be9b807bdea8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153648 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/gdi/salprn.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/win/gdi/salprn.cxx b/vcl/win/gdi/salprn.cxx
index 71e4753995ae..78c8135a93d2 100644
--- a/vcl/win/gdi/salprn.cxx
+++ b/vcl/win/gdi/salprn.cxx
@@ -1080,8 +1080,6 @@ void WinSalInfoPrinter::setHDC(HDC hNewDC)
if (m_hDC)
{
assert(!m_pGraphics || m_hDC == m_pGraphics->getHDC());
- // we get intermittent crashes on the Windows jenkins box around here, let us see if there is something weird about the DC
- SAL_WARN_IF(!hNewDC, "vcl", "Graphics DC " << m_hDC);
delete m_pGraphics;
m_pGraphics = nullptr;
DeleteDC(m_hDC);