diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-01-19 19:41:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-01-20 08:13:29 +0100 |
commit | 326b420b8a31e4c3db49ca7e437829bde10e1fa4 (patch) | |
tree | 0c9efb0fefa6f6483f0ed71ed0db87ad41176c06 /vcl/inc/svdata.hxx | |
parent | 7b23283122b1dbfba9c7f2c740602979c0efe3da (diff) |
OutputDevice*->Printer* for mpFirstPrnGraphics
make it obvious what these are pointing to.
Change-Id: I034697d33c24cc0c618c380f76d366369381df1f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109652
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/svdata.hxx')
-rw-r--r-- | vcl/inc/svdata.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index a99801218b5d..822b15b378ee 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -213,8 +213,8 @@ struct ImplSVGDIData VclPtr<vcl::Window> mpLastWinGraphics; // Last OutputDevice with a Frame Graphics VclPtr<OutputDevice> mpFirstVirGraphics; // First OutputDevice with a VirtualDevice Graphics VclPtr<OutputDevice> mpLastVirGraphics; // Last OutputDevice with a VirtualDevice Graphics - VclPtr<OutputDevice> mpFirstPrnGraphics; // First OutputDevice with an InfoPrinter Graphics - VclPtr<OutputDevice> mpLastPrnGraphics; // Last OutputDevice with an InfoPrinter Graphics + VclPtr<Printer> mpFirstPrnGraphics; // First OutputDevice with an InfoPrinter Graphics + VclPtr<Printer> mpLastPrnGraphics; // Last OutputDevice with an InfoPrinter Graphics VclPtr<VirtualDevice> mpFirstVirDev; // First VirtualDevice OpenGLContext* mpLastContext = nullptr; // Last OpenGLContext VclPtr<Printer> mpFirstPrinter; // First Printer |