summaryrefslogtreecommitdiff
path: root/vcl/osx/salprn.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-15 11:29:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-16 18:57:07 +0100
commit5637ff950fc1a951bdd999406770cc2b92d81384 (patch)
treeda744ef3eebf0110b410a0a2ec337d5d58002af6 /vcl/osx/salprn.cxx
parentf53d9322b0ffefc4d3492ba9e8da3f5d8d96879c (diff)
sal_uLong->SalPrinterError in SalPrinter
and define a default implementation in the base class that returns SalPrinterError::NONE, since only one of the subclasses wants to override and return something useful Change-Id: Id41ff90693527e8624cc2993b7481114af85fcee Reviewed-on: https://gerrit.libreoffice.org/46509 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/osx/salprn.cxx')
-rw-r--r--vcl/osx/salprn.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/osx/salprn.cxx b/vcl/osx/salprn.cxx
index 9fdfe569422c..e77d2c39a3fc 100644
--- a/vcl/osx/salprn.cxx
+++ b/vcl/osx/salprn.cxx
@@ -555,11 +555,6 @@ bool AquaSalInfoPrinter::EndPage()
return true;
}
-sal_uLong AquaSalInfoPrinter::GetErrorCode()
-{
- return 0;
-}
-
AquaSalPrinter::AquaSalPrinter( AquaSalInfoPrinter* i_pInfoPrinter ) :
mpInfoPrinter( i_pInfoPrinter )
{
@@ -605,11 +600,6 @@ void AquaSalPrinter::EndPage()
mpInfoPrinter->EndPage();
}
-sal_uLong AquaSalPrinter::GetErrorCode()
-{
- return AquaSalInfoPrinter::GetErrorCode();
-}
-
void AquaSalInfoPrinter::InitPaperFormats( const ImplJobSetup* )
{
m_aPaperFormats.clear();