vcl/inc/win/saldata.hxx |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 955b4aa7619206e2ae38127e3cfaecbf1d1d7e11
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Apr 17 09:21:42 2023 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Mon Apr 17 17:15:36 2023 +0200

    loplugin:nullptr
    
    Change-Id: Ibe555b1362e4a7a016d99449abca8354777c5bc1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150479
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/vcl/inc/win/saldata.hxx b/vcl/inc/win/saldata.hxx
index b5740d5670a4..80acfaabec31 100644
--- a/vcl/inc/win/saldata.hxx
+++ b/vcl/inc/win/saldata.hxx
@@ -62,11 +62,11 @@ class SkiaControlsCache;
 
 struct HDCCache
 {
-    HDC         mhDC = 0;
-    HPALETTE    mhDefPal = 0;
-    HBITMAP     mhDefBmp = 0;
-    HBITMAP     mhSelBmp = 0;
-    HBITMAP     mhActBmp = 0;
+    HDC         mhDC = nullptr;
+    HPALETTE    mhDefPal = nullptr;
+    HBITMAP     mhDefBmp = nullptr;
+    HBITMAP     mhSelBmp = nullptr;
+    HBITMAP     mhActBmp = nullptr;
 };
 
 struct SalIcon

Reply via email to