On Sun, 2012-03-18 at 02:41 -0700, julien2412 wrote:
...
> Or should there be a default value (which one ?) on readNlrSRangeAddData ?
Let just do that. pushed now as 735a2cba30c55b5aff4883389f65255fb2d07458
I suspect these things might be at the bottom of an unused code trail
myself.
C.
__
Hello,
Cppcheck reports this :
[source/filter/oox/formulaparser.cxx:2611]: (error) Uninitialized variable:
bIsRow
Here are the lines :
2608 bool BiffFormulaParserImpl::readNlrSAddrAddData( BiffNlr& orNlr,
BiffInputStream& rStrm, bool bRow )
2609 {
2610 bool bIsRow;
2611 return