diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-01-13 08:51:22 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-01-13 08:51:22 +0100 |
commit | 9dd258e7029847537e61f34936e1ef200f3b7233 (patch) | |
tree | 997c37aa90d91398db535b6f0c5d804da03e7b9c /sfx2 | |
parent | d2dc3c20ab6240884164ab89f9388958069697fc (diff) |
Revert "svl, sfx2: WaE - unused variables removed"
This reverts commit d2dc3c20ab6240884164ab89f9388958069697fc, conflicts with
200434b1419afe375e104da76c68f81253374645 "-Werror=unused-but-set-variable"
pushed slightly earlier.
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appcfg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |