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

non debug warning -Wmaybe-uninitialized

Change-Id: I16c04585ee2c411ae362230590a06bdc9e22443d
üst 1f5a2f7a
......@@ -2905,7 +2905,7 @@ void SvTreeListBox::PaintEntry1(SvTreeListEntry& rEntry, long nLine, vcl::Render
rRenderContext.SetFont(aBackupFont);
}
sal_uInt16 nFirstDynTabPos;
sal_uInt16 nFirstDynTabPos(0);
SvLBoxTab* pFirstDynamicTab = GetFirstDynamicTab(nFirstDynTabPos);
long nDynTabPos = GetTabPos(&rEntry, pFirstDynamicTab);
nDynTabPos += pImpl->nNodeBmpTabDistance;
......
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