summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-03 15:39:44 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-04 06:31:43 +0000
commit5702e894b89505e3e3ebd76826c477a7d6efecb5 (patch)
tree2820188dc7629730c9b7bde804dc879156d40eed /include
parent4ea70f87f7a2b61eda6e5ab1f48debf6fcfadc1f (diff)
remove unused Link<> member
Change-Id: I987e799e785326b3b36f67aed1134ab6fe74f1db Reviewed-on: https://gerrit.libreoffice.org/18315 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/print.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx
index 93f1419c77be..2eac9719bc42 100644
--- a/include/vcl/print.hxx
+++ b/include/vcl/print.hxx
@@ -223,7 +223,6 @@ private:
bool mbInPrintPage;
bool mbNewJobSetup;
bool mbIsQueuePrinter;
- Link<> maErrorHdl;
SAL_DLLPRIVATE void ImplInitData();
SAL_DLLPRIVATE void ImplInit( SalPrinterQueueInfo* pInfo );