Kaydet (Commit) 692fa329 authored tarafından Julien Nabet's avatar Julien Nabet

Fix local var non initialized

Change-Id: I096742a1849d7fc8310aac8addd18b15cc40fea3
üst bfe4ea0d
......@@ -154,7 +154,7 @@ void MetaAction::Read( SvStream& rIStm, ImplMetaReadData* )
MetaAction* MetaAction::ReadMetaAction( SvStream& rIStm, ImplMetaReadData* pData )
{
MetaAction* pAction = NULL;
sal_uInt16 nType;
sal_uInt16 nType = 0;
rIStm >> nType;
......
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