diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-13 18:36:00 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-13 07:45:17 +0000 |
commit | d2dc3c20ab6240884164ab89f9388958069697fc (patch) | |
tree | a0aeddaf698151e7286d81c3da38c735b6db307a /sfx2/source/appl/appcfg.cxx | |
parent | 200434b1419afe375e104da76c68f81253374645 (diff) |
svl, sfx2: WaE - unused variables removed
Change-Id: Icb465506f945ab35a732db488ae9cef8f248d09f
Reviewed-on: https://gerrit.libreoffice.org/21417
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'sfx2/source/appl/appcfg.cxx')
-rw-r--r-- | sfx2/source/appl/appcfg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |