vcl/inc/printdlg.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b7c3f7f63bb103a77d4cdaeae384dfd36fc20784
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Sun Jul 27 13:09:10 2025 +0200
Commit:     Noel Grandin <noelgran...@gmail.com>
CommitDate: Mon Jul 28 14:45:38 2025 +0200

    BitmapEx->Bitmap in PrintDialog
    
    now that Bitmap can handle transparency.
    
    Change-Id: Ifa9b7c30aff6a25599aa8e926009135f2082e88f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188441
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/vcl/inc/printdlg.hxx b/vcl/inc/printdlg.hxx
index ca46b5978a5e..646c1d5a47e0 100644
--- a/vcl/inc/printdlg.hxx
+++ b/vcl/inc/printdlg.hxx
@@ -42,7 +42,7 @@ namespace vcl
             Size                maPreviewSize;
             sal_Int32           mnDPIX;
             sal_Int32           mnDPIY;
-            BitmapEx            maPreviewBitmap;
+            Bitmap              maPreviewBitmap;
             OUString            maReplacementString;
             bool                mbGreyscale;
 
  • core.git: vcl/inc Michael Weghorn (via logerrit)
    • core.git: vcl/inc Noel Grandin (via logerrit)

Reply via email to