[Libreoffice-commits] core.git: vcl/osx

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Fri Nov 15 09:52:34 UTC 2019


 vcl/osx/printaccessoryview.mm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e84152a9d8d31aa5265e1730db0077c2b417b11e
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Nov 15 09:28:53 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Nov 15 10:51:14 2019 +0100

    loplugin:indentation
    
    Change-Id: Iea0f624e0f46c6555dace701a543787c48ab9549
    Reviewed-on: https://gerrit.libreoffice.org/82754
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

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];


More information about the Libreoffice-commits mailing list