diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-22 09:41:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-22 09:41:16 +0200 |
commit | b998be6e42eeb57abf5131adc06aa45588542f62 (patch) | |
tree | a6416e590d265b28a15566023615d7ebe951c6dd /sfx2 | |
parent | 92252af5fdea7268ef954bc2f95c50f905c39078 (diff) |
loplugin:salbool
Change-Id: If5a3d79167264240ce9083800f15ed166eedd8bf
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/sidebar/UnoDecks.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/UnoDecks.cxx b/sfx2/source/sidebar/UnoDecks.cxx index e08873301fb5..30882ea8511a 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: */ |