[Libreoffice-commits] core.git: sfx2/source
Chris Sherlock
chris.sherlock79 at gmail.com
Tue Jan 12 23:45:41 PST 2016
sfx2/source/appl/appcfg.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit d2dc3c20ab6240884164ab89f9388958069697fc
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Wed Jan 13 18:36:00 2016 +1100
svl, sfx2: WaE - unused variables removed
Change-Id: Icb465506f945ab35a732db488ae9cef8f248d09f
Reviewed-on: https://gerrit.libreoffice.org/21417
Reviewed-by: Chris Sherlock <chris.sherlock79 at gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79 at gmail.com>
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx
index 0f8b319..12ebdff 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();
More information about the Libreoffice-commits
mailing list