summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-11-05 20:54:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-06 07:57:13 +0100
commitf0356b6128bb4e78041d53025ad7c2e0b8e0c299 (patch)
treeee2d16dc7f94f814d63675493605e4eb4c3db569 /sc
parentad66197f9e18da53afb42042bd0c86e0f3d94675 (diff)
loplugin:stringbuffer
Change-Id: Id6f7268f12eb728dbb255aa19cd590b6813c4f01 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105377 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/table3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index a528117f1d74..5ba1ee204b47 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 + u"\x0001");
+ aStr.append(aCellStr).append(u"\x0001");
}
bResult = aStrSet.insert(aStr.makeStringAndClear()).second; // unique if inserted.