Kaydet (Commit) f53c9922 authored tarafından Michael Stahl's avatar Michael Stahl

editeng: warning C4701 potentially uninitialized local var

Change-Id: I611f0b5652722f0de38dfb82440823b832a6029c
üst d8bd81ff
......@@ -2037,7 +2037,7 @@ SfxPoolItem* SvxBoxItem::Create( SvStream& rStrm, sal_uInt16 nIVersion ) const
SvxBoxItemLine aLineMap[4] = { SvxBoxItemLine::TOP, SvxBoxItemLine::LEFT,
SvxBoxItemLine::RIGHT, SvxBoxItemLine::BOTTOM };
sal_Int8 cLine;
sal_Int8 cLine(0);
while (rStrm.good())
{
rStrm.ReadSChar( cLine );
......
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