summaryrefslogtreecommitdiff
path: root/vcl/headless/svpprn.cxx
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/headless/svpprn.cxx
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/headless/svpprn.cxx')
-rw-r--r--vcl/headless/svpprn.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/headless/svpprn.cxx b/vcl/headless/svpprn.cxx
index 7b661c1d58e0..fd325227e1f7 100644
--- a/vcl/headless/svpprn.cxx
+++ b/vcl/headless/svpprn.cxx
@@ -218,7 +218,6 @@ void SvpSalInstance::GetPrinterQueueInfo( ImplPrnQueueList* pList )
pInfo->maDriver = rInfo.m_aDriverName;
pInfo->maLocation = rInfo.m_aLocation;
pInfo->maComment = rInfo.m_aComment;
- pInfo->mpSysData = nullptr;
sal_Int32 nIndex = 0;
while( nIndex != -1 )