summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/print3.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-08 14:59:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-09 07:18:17 +0100
commit0d43b791e60aa75eb7f769d0f9b3177f93e1591c (patch)
tree0f22f0ab1972013ff6c7cce91895d1b69c236dfb /vcl/source/gdi/print3.cxx
parent145280ffd1dabdc629c14c8162beef668741bcef (diff)
loplugin:unusedmethods
Change-Id: I4f2635d468c9ad83b3ac93733529e01a4d03f38e Reviewed-on: https://gerrit.libreoffice.org/64805 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/gdi/print3.cxx')
-rw-r--r--vcl/source/gdi/print3.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/gdi/print3.cxx b/vcl/source/gdi/print3.cxx
index f8ecb70a1889..fa16e55326a8 100644
--- a/vcl/source/gdi/print3.cxx
+++ b/vcl/source/gdi/print3.cxx
@@ -1362,11 +1362,6 @@ void PrinterController::setReversePrint( bool i_bReverse )
mpImplData->mbReversePageOrder = i_bReverse;
}
-bool PrinterController::getReversePrint() const
-{
- return mpImplData->mbReversePageOrder;
-}
-
void PrinterController::setPapersizeFromSetup( bool i_bPapersizeFromSetup )
{
mpImplData->mbPapersizeFromSetup = i_bPapersizeFromSetup;