vcl/win/gdi/salprn.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 2c685e244f44271e0dde1960e0973da9708576fe
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Tue Jun 27 14:18:40 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Tue Jun 27 19:23:25 2023 +0200

    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.gran...@collabora.co.uk>

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);

Reply via email to