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

Stephan Bergmann sbergman at redhat.com
Mon Jun 22 00:41:44 PDT 2015


 sfx2/source/sidebar/UnoDecks.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b998be6e42eeb57abf5131adc06aa45588542f62
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jun 22 09:41:16 2015 +0200

    loplugin:salbool
    
    Change-Id: If5a3d79167264240ce9083800f15ed166eedd8bf

diff --git a/sfx2/source/sidebar/UnoDecks.cxx b/sfx2/source/sidebar/UnoDecks.cxx
index e088733..30882ea 100644
--- a/sfx2/source/sidebar/UnoDecks.cxx
+++ b/sfx2/source/sidebar/UnoDecks.cxx
@@ -94,7 +94,7 @@ sal_Bool SAL_CALL SfxUnoDecks::hasByName( const OUString& aName )
 
     SidebarController* pSidebarController = getSidebarController();
 
-    sal_Bool bFound = false;
+    bool bFound = false;
 
     if (pSidebarController)
     {
@@ -165,4 +165,4 @@ sal_Bool SAL_CALL SfxUnoDecks::hasElements() throw(::com::sun::star::uno::Runtim
     return decks.hasElements();
 }
 
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list