sfx2/source/sidebar/UnoDecks.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit b998be6e42eeb57abf5131adc06aa45588542f62 Author: Stephan Bergmann <[email protected]> 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: */ _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
