From 91f41ac71a773e2016f2f53e08e85c5fc065999d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 16 Jul 2015 08:48:30 +0100 Subject: WaE: -Wmaybe-uninitialized Change-Id: Ie49c6a8067c5223bbe3c86505aa909c2bd5d3c93 --- unotools/source/config/lingucfg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unotools') diff --git a/unotools/source/config/lingucfg.cxx b/unotools/source/config/lingucfg.cxx index 2439cd45c358..5bda4e65b148 100644 --- a/unotools/source/config/lingucfg.cxx +++ b/unotools/source/config/lingucfg.cxx @@ -569,7 +569,7 @@ bool SvtLinguConfigItem::LoadOptions( const uno::Sequence< OUString > &rProperyN for (sal_Int32 i = 0; i < nProps; ++i) { const uno::Any &rVal = pValue[i]; - sal_Int32 nPropertyHandle; + sal_Int32 nPropertyHandle(0); GetHdlByName( nPropertyHandle, pProperyNames[i], true ); switch ( nPropertyHandle ) { -- cgit