Hi Eike, the latest version of the patch is here http://svn.gnome.org/viewvc/ooo-build/trunk/patches/ooxml/xmlfilter-fixup-singlerange-sheetref.diff > + if ( (nRes & SCA_VALID ) && ( nTmp1 == > nStartRangeBits ) ) > + { > + if ( nTmp2 != nEndRangeBits ) > + nRes |= ( nTmp1 << 4 ); > + } which changed the lines above to + if ( (nRes & SCA_VALID ) && nTmp1 && ( nTmp2 != nEndRangeBits ) ) + nRes |= ( nTmp1 << 4 );
let me know what you think Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
