[Libreoffice-commits] core.git: sfx2/source
Stephan Bergmann
sbergman at redhat.com
Tue Jan 12 23:52:27 PST 2016
sfx2/source/appl/appcfg.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9dd258e7029847537e61f34936e1ef200f3b7233
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jan 13 08:51:22 2016 +0100
Revert "svl, sfx2: WaE - unused variables removed"
This reverts commit d2dc3c20ab6240884164ab89f9388958069697fc, conflicts with
200434b1419afe375e104da76c68f81253374645 "-Werror=unused-but-set-variable"
pushed slightly earlier.
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx
index 12ebdff..0f8b319 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();
More information about the Libreoffice-commits
mailing list