From 332cc04cbbe069baa5a72e4e1be9de10c64e2e56 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 30 Apr 2012 13:20:04 +0200 Subject: straighten confusing brackets --- svl/source/numbers/zforlist.cxx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'svl/source') diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx index 1f443c8da103..208470608ac5 100644 --- a/svl/source/numbers/zforlist.cxx +++ b/svl/source/numbers/zforlist.cxx @@ -135,12 +135,11 @@ SvNumberFormatterRegistry_Impl::~SvNumberFormatterRegistry_Impl() SvNumberFormatter* SvNumberFormatterRegistry_Impl::Remove( SvNumberFormatter* pThis ) { - for( - SvNumberFormatterList_impl::iterator it = aFormatters.begin(); - it < aFormatters.end(); - ++it - ) { - if ( *it == pThis ) { + for (SvNumberFormatterList_impl::iterator it = aFormatters.begin(); + it < aFormatters.end(); ++it) + { + if ( *it == pThis ) + { aFormatters.erase( it ); break; } @@ -150,8 +149,8 @@ SvNumberFormatter* SvNumberFormatterRegistry_Impl::Remove( SvNumberFormatter* pT void SvNumberFormatterRegistry_Impl::ConfigurationChanged( utl::ConfigurationBroadcaster*, - sal_uInt32 nHint -) { + sal_uInt32 nHint) +{ if ( nHint & SYSLOCALEOPTIONS_HINT_LOCALE ) { ::osl::MutexGuard aGuard( SvNumberFormatter::GetMutex() ); -- cgit v1.2.3