summaryrefslogtreecommitdiff
path: root/vcl/osx/salprn.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-05-28 19:07:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-05-28 23:11:00 +0200
commit651844c9b122fd8463ad1dde4f9a0200efc345a3 (patch)
tree68f8ac08f02adcc50e6ef05e3ef2260c734ba043 /vcl/osx/salprn.cxx
parent1a3aa986f258233189895bb5a9f0f73eec64940c (diff)
loplugin:sequenceloop (macOS)
Change-Id: Ie1f5c925a058ef79df3f5183051c87fa8d342fb7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95063 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/osx/salprn.cxx')
-rw-r--r--vcl/osx/salprn.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salprn.cxx b/vcl/osx/salprn.cxx
index a1e5a0908b3b..bb35f74a5343 100644
--- a/vcl/osx/salprn.cxx
+++ b/vcl/osx/salprn.cxx
@@ -333,7 +333,7 @@ void AquaSalInfoPrinter::GetPageInfo( const ImplJobSetup*,
static Size getPageSize( vcl::PrinterController const & i_rController, sal_Int32 i_nPage )
{
Size aPageSize;
- uno::Sequence< PropertyValue > aPageParms( i_rController.getPageParameters( i_nPage ) );
+ uno::Sequence< PropertyValue > const aPageParms( i_rController.getPageParameters( i_nPage ) );
for( const PropertyValue & pv : aPageParms )
{
if ( pv.Name == "PageSize" )