From d2dc3c20ab6240884164ab89f9388958069697fc Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Wed, 13 Jan 2016 18:36:00 +1100 Subject: svl, sfx2: WaE - unused variables removed Change-Id: Icb465506f945ab35a732db488ae9cef8f248d09f Reviewed-on: https://gerrit.libreoffice.org/21417 Reviewed-by: Chris Sherlock Tested-by: Chris Sherlock --- sfx2/source/appl/appcfg.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sfx2/source/appl/appcfg.cxx') diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx index 0f8b31993c1f..12ebdff9c043 100644 --- a/sfx2/source/appl/appcfg.cxx +++ b/sfx2/source/appl/appcfg.cxx @@ -151,7 +151,6 @@ IMPL_LINK_TYPED(SfxEventAsyncer_Impl, IdleHdl, Idle*, pAsyncIdle, void) void SfxApplication::GetOptions( SfxItemSet& rSet ) { - bool bRet = false; SfxItemPool &rPool = GetPool(); const sal_uInt16 *pRanges = rSet.GetRanges(); -- cgit