diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-13 09:55:03 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-13 09:56:16 +0000 |
commit | a6fed7a19befa5673403ec5fe3ab69a91475da3a (patch) | |
tree | c692d0ca693a2acfb7da3d1a2e915c79d5e0ebcd /vcl/source/gdi/print.cxx | |
parent | 5a247505a36ccdb911e48f0d859572f56ec4b171 (diff) |
loplugin:unusedmethods vcl
Change-Id: I53c66b7898f4e0a66e6172d22c6f782dadaf6589
Reviewed-on: https://gerrit.libreoffice.org/16975
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/source/gdi/print.cxx')
-rw-r--r-- | vcl/source/gdi/print.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx index 2a686ca63cd5..88c4a6297d95 100644 --- a/vcl/source/gdi/print.cxx +++ b/vcl/source/gdi/print.cxx @@ -1683,11 +1683,6 @@ bool Printer::SetCopyCount( sal_uInt16 nCopy, bool bCollate ) return true; } -void Printer::Error() -{ - maErrorHdl.Call( this ); -} - sal_uLong Printer::ImplSalPrinterErrorCodeToVCL( sal_uLong nError ) { sal_uLong nVCLError; |