summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-06-08 13:40:33 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-12-01 03:13:26 +0100
commit647db1efd1c56edba2c723d8913c3d18f453b43c (patch)
tree7187aea4f5fedc8436fa35f6be89363551fd824e /vcl/source/gdi
parentca6b43be8cd2cdc9e39ecb3d0bf47a7019bd5904 (diff)
rename SalPrinterQueueInfo::mpSysData to mpPortName
and simplify, most places can just leave it alone Change-Id: Id938ec12d21ef244a15b5e5a72626c5ad0d0e124 Reviewed-on: https://gerrit.libreoffice.org/55499 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/gdi')
-rw-r--r--vcl/source/gdi/print.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx
index d46b05384096..bdd2ff195308 100644
--- a/vcl/source/gdi/print.cxx
+++ b/vcl/source/gdi/print.cxx
@@ -344,7 +344,6 @@ SalPrinterQueueInfo::SalPrinterQueueInfo()
{
mnStatus = PrintQueueFlags::NONE;
mnJobs = QUEUE_JOBS_DONTKNOW;
- mpSysData = nullptr;
}
SalPrinterQueueInfo::~SalPrinterQueueInfo()