Kaydet (Commit) b998be6e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:salbool

Change-Id: If5a3d79167264240ce9083800f15ed166eedd8bf
üst 92252af5
...@@ -94,7 +94,7 @@ sal_Bool SAL_CALL SfxUnoDecks::hasByName( const OUString& aName ) ...@@ -94,7 +94,7 @@ sal_Bool SAL_CALL SfxUnoDecks::hasByName( const OUString& aName )
SidebarController* pSidebarController = getSidebarController(); SidebarController* pSidebarController = getSidebarController();
sal_Bool bFound = false; bool bFound = false;
if (pSidebarController) if (pSidebarController)
{ {
...@@ -165,4 +165,4 @@ sal_Bool SAL_CALL SfxUnoDecks::hasElements() throw(::com::sun::star::uno::Runtim ...@@ -165,4 +165,4 @@ sal_Bool SAL_CALL SfxUnoDecks::hasElements() throw(::com::sun::star::uno::Runtim
return decks.hasElements(); return decks.hasElements();
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment