diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/table3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx index 5ba1ee204b47..a528117f1d74 100644 --- a/sc/source/core/data/table3.cxx +++ b/sc/source/core/data/table3.cxx @@ -3111,7 +3111,7 @@ SCSIZE ScTable::Query(const ScQueryParam& rParamOrg, bool bKeepSub) { OUString aCellStr; GetString(k, j, aCellStr); - aStr.append(aCellStr).append(u"\x0001"); + aStr.append(aCellStr + u"\x0001"); } bResult = aStrSet.insert(aStr.makeStringAndClear()).second; // unique if inserted. |