From e84152a9d8d31aa5265e1730db0077c2b417b11e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 15 Nov 2019 09:28:53 +0100 Subject: loplugin:indentation Change-Id: Iea0f624e0f46c6555dace701a543787c48ab9549 Reviewed-on: https://gerrit.libreoffice.org/82754 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- vcl/osx/printaccessoryview.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/osx/printaccessoryview.mm') diff --git a/vcl/osx/printaccessoryview.mm b/vcl/osx/printaccessoryview.mm index 35666866fb72..1ec999167046 100644 --- a/vcl/osx/printaccessoryview.mm +++ b/vcl/osx/printaccessoryview.mm @@ -256,7 +256,7 @@ public: // ugly if( name_it->second == "PrintContent" ) pVal->Value <<= i_bValue ? sal_Int32(2) : sal_Int32(0); - else + else pVal->Value <<= i_bValue; mnLastPageCount = [mpAccessoryController updatePrintOperation: mnLastPageCount]; -- cgit