Hello,<br><br><a href="http://cgit.freedesktop.org/libreoffice/calc/commit/?id=58d6a7a6acd32dbf6e58a0b2cce32080e808ed4e">http://cgit.freedesktop.org/libreoffice/calc/commit/?id=58d6a7a6acd32dbf6e58a0b2cce32080e808ed4e</a><br>
<br>this patch fixes the issue that if you type a range in the name box the corresponding range in the first sheet gets selected. I initialized the range with current table number as a fallback for the parser if no table is specified.<br>
The parser already expected the current position as input but we did not initialize it correctly.<br><br>The relevant line in the parser is:<br><a href="http://opengrok.libreoffice.org/xref/calc/sc/source/core/tool/address.cxx#1035">http://opengrok.libreoffice.org/xref/calc/sc/source/core/tool/address.cxx#1035</a><br>
<br>Regards,<br>Markus<br>