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

WaE: -Wmaybe-uninitialized

Change-Id: I295ef24b8d524e152c85b90548d8a7753347dacd
üst 7fbadc4d
......@@ -88,7 +88,7 @@ sal_uInt16 ImplAccelEntryGetIndex( ImplAccelList* pList, sal_uInt16 nId,
static void ImplAccelEntryInsert( ImplAccelList* pList, ImplAccelEntry* pEntry )
{
sal_uInt16 nInsIndex;
sal_uInt16 nInsIndex(0);
sal_uInt16 nIndex = ImplAccelEntryGetIndex( pList, pEntry->mnId, &nInsIndex );
if ( nIndex != ACCELENTRY_NOTFOUND )
......
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