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

coverity#707973 Uninitialized scalar field

Change-Id: I882bca4d09fe655275543cfeb3add59d4584d14b
üst c58f9ade
......@@ -34,6 +34,8 @@ void RscFileInst::Init()
RscFileInst::RscFileInst( RscTypCont * pTC, sal_uLong lIndexSrc,
sal_uLong lFIndex, FILE * fFile )
: nErrorLine(0)
, nErrorPos(0)
{
pTypCont = pTC;
Init();
......
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