diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-11-15 09:28:53 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-11-15 10:51:14 +0100 |
commit | e84152a9d8d31aa5265e1730db0077c2b417b11e (patch) | |
tree | a709cd006931b439790dd804b8093e4f4f37a3ae /vcl | |
parent | 8e0e6f3fd5f40c44ad1b3b6a256c7d87d3237fd4 (diff) |
loplugin:indentation
Change-Id: Iea0f624e0f46c6555dace701a543787c48ab9549
Reviewed-on: https://gerrit.libreoffice.org/82754
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/osx/printaccessoryview.mm | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |