From 76b3e61bb4ac66decd7800ef309f3241e77d538f Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 25 Feb 2013 05:41:44 +0100 Subject: loplugin: unused variables Change-Id: I07b82471f0f32e9e894d4eb392beedeafc6be0c7 --- sc/source/ui/condformat/condformatdlgentry.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/source/ui/condformat') diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx index 40d247e1ec34..b6338de1061c 100644 --- a/sc/source/ui/condformat/condformatdlgentry.cxx +++ b/sc/source/ui/condformat/condformatdlgentry.cxx @@ -449,7 +449,6 @@ void StyleSelect( ListBox& rLbStyle, ScDocument* pDoc, SvxFontPrevWindow& rWdPre pDisp->Lock(sal_True); // Find the new style and add it into the style list boxes - rtl::OUString aNewStyle; SfxStyleSheetIterator aStyleIter( pDoc->GetStyleSheetPool(), SFX_STYLE_FAMILY_PARA ); bool bFound = false; for ( SfxStyleSheetBase* pStyle = aStyleIter.First(); pStyle && !bFound; pStyle = aStyleIter.Next() ) -- cgit