summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-06-08 13:40:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-06-09 20:31:38 +0200
commit7e45b80b7a0c83b7d6e8dab39dfbfe05012e145d (patch)
treeda177e5e8852698268e4bf229540f7c608e605cc /vcl/source
parent751308c234f78cc3ff3a282cef4be9747def59ec (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')
-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 aeed0625d7fa..a98d26589c8b 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()