Kaydet (Commit) 4385e2d3 authored tarafından Eike Rathke's avatar Eike Rathke

the original author not only didn't like spaces but also not newlines..

Change-Id: I26b1d6c3a3d4249a1f9c657d1e043e9eb5ec2dd2
üst e1ebe572
......@@ -215,8 +215,8 @@ void ParaWin::UpdateArgInput( sal_uInt16 nOffset, sal_uInt16 i )
else
SetArgName( i, pFuncDesc->getParameterName(nRealArg) );
}
if(nArg<nArgs) SetArgVal(i,aParaArray[nArg]);
if (nArg<nArgs)
SetArgVal(i,aParaArray[nArg]);
}
ParaWin::~ParaWin()
......
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