From 4f4e4e40f5b79a4dba46ffedd11cafa7beb08a87 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 25 Feb 2013 17:52:23 +0100 Subject: loplugin: improve indentation Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee --- svl/source/items/slstitm.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'svl/source') diff --git a/svl/source/items/slstitm.cxx b/svl/source/items/slstitm.cxx index 004f8a73f958..ea34fde877e8 100644 --- a/svl/source/items/slstitm.cxx +++ b/svl/source/items/slstitm.cxx @@ -218,8 +218,7 @@ void SfxStringListItem::SetString( const XubString& rStr ) if ( pImp && (pImp->nRefCount == 1) ) delete pImp; - else - if( pImp ) + else if( pImp ) pImp->nRefCount--; pImp = new SfxImpStringList; @@ -278,8 +277,7 @@ void SfxStringListItem::SetStringList( const com::sun::star::uno::Sequence< rtl: if ( pImp && (pImp->nRefCount == 1) ) delete pImp; - else - if( pImp ) + else if( pImp ) pImp->nRefCount--; pImp = new SfxImpStringList; -- cgit v1.2.3