diff options
Diffstat (limited to 'vcl/osx/salprn.cxx')
-rw-r--r-- | vcl/osx/salprn.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salprn.cxx b/vcl/osx/salprn.cxx index 7d48ffa99d16..2f8a84ed6c92 100644 --- a/vcl/osx/salprn.cxx +++ b/vcl/osx/salprn.cxx @@ -328,7 +328,7 @@ void AquaSalInfoPrinter::GetPageInfo( const ImplJobSetup*, } } -static Size getPageSize( vcl::PrinterController& i_rController, sal_Int32 i_nPage ) +static Size getPageSize( vcl::PrinterController const & i_rController, sal_Int32 i_nPage ) { Size aPageSize; uno::Sequence< PropertyValue > aPageParms( i_rController.getPageParameters( i_nPage ) ); |