[Libreoffice-commits] core.git: framework/source

Stephan Bergmann sbergman at redhat.com
Sun Jan 8 13:36:10 UTC 2017


 framework/source/dispatch/closedispatcher.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c30f9cdda1d94d1089bd4411d3a25e81a470c624
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sun Jan 8 14:35:40 2017 +0100

    loplugin:salbool
    
    Change-Id: I1c71cdbd4cc36bd048277d9b52a7f74e709ca125

diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx
index afab7e8..5b0a545 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -393,7 +393,7 @@ IMPL_LINK_NOARG(CloseDispatcher, impl_asyncCallback, LinkParamNone*, void)
             if( xSet.is() )
             {
                 css::uno::Any aVal( xSet->getFastPropertyValue( 0 ) );
-                sal_Bool bState = false;
+                bool bState = false;
                 if( aVal >>= bState )
                     bQuickstarterRunning = bState;
             }


More information about the Libreoffice-commits mailing list