Kaydet (Commit) 91f41ac7 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: -Wmaybe-uninitialized

Change-Id: Ie49c6a8067c5223bbe3c86505aa909c2bd5d3c93
üst 3209d1a5
...@@ -569,7 +569,7 @@ bool SvtLinguConfigItem::LoadOptions( const uno::Sequence< OUString > &rProperyN ...@@ -569,7 +569,7 @@ bool SvtLinguConfigItem::LoadOptions( const uno::Sequence< OUString > &rProperyN
for (sal_Int32 i = 0; i < nProps; ++i) for (sal_Int32 i = 0; i < nProps; ++i)
{ {
const uno::Any &rVal = pValue[i]; const uno::Any &rVal = pValue[i];
sal_Int32 nPropertyHandle; sal_Int32 nPropertyHandle(0);
GetHdlByName( nPropertyHandle, pProperyNames[i], true ); GetHdlByName( nPropertyHandle, pProperyNames[i], true );
switch ( nPropertyHandle ) switch ( nPropertyHandle )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment