Kaydet (Commit) 630f9f48 authored tarafından Eike Rathke's avatar Eike Rathke Kaydeden (comit) Andras Timar

Revert "do not parse range fragments as valid ranges"

This reverts commit 350b00af.

Breaks CppunitTest_sc_subsequent_filters_test

Change-Id: I92963fa16aacbf01f4d6660eff7497347538371d
Reviewed-on: https://gerrit.libreoffice.org/18029Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarEike Rathke <erack@redhat.com>
üst 7bbc2a5a
...@@ -1521,7 +1521,7 @@ static sal_uInt16 lcl_ScRange_Parse_OOo( ScRange& rRange, ...@@ -1521,7 +1521,7 @@ static sal_uInt16 lcl_ScRange_Parse_OOo( ScRange& rRange,
nRes2 |= SCA_COL_ABSOLUTE; nRes2 |= SCA_COL_ABSOLUTE;
} }
} }
if ((nRes1 & SCA_VALID) && (nRes2 & SCA_VALID)) if (nRes1 && nRes2)
{ {
// PutInOrder / Justify // PutInOrder / Justify
sal_uInt16 nMask, nBits1, nBits2; sal_uInt16 nMask, nBits1, nBits2;
......
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