From 9dd258e7029847537e61f34936e1ef200f3b7233 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 13 Jan 2016 08:51:22 +0100 Subject: Revert "svl, sfx2: WaE - unused variables removed" This reverts commit d2dc3c20ab6240884164ab89f9388958069697fc, conflicts with 200434b1419afe375e104da76c68f81253374645 "-Werror=unused-but-set-variable" pushed slightly earlier. --- sfx2/source/appl/appcfg.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sfx2') diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx index 12ebdff9c043..0f8b31993c1f 100644 --- a/sfx2/source/appl/appcfg.cxx +++ b/sfx2/source/appl/appcfg.cxx @@ -151,6 +151,7 @@ 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