summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2021-04-21 11:04:01 +0200
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2021-04-21 13:23:42 +0200
commitd7ea2afea6ee70b675ed648857b7a3f2044827b9 (patch)
treeef9a7325e919fd116b51165c1c9ef2779b96f0c2
parent7049328fb2d656d8454d4f704ad75d057e766c0b (diff)
Fix indentation
Change-Id: Ie7190aa94fc62e8e53c06b5edc8b6ecaf43a5531 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114384 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
-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 e1df9cae6332..93cd3f9dd5b2 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -2418,7 +2418,7 @@ public:
return std::pair<bool,bool>(bOk, bTestEqual);
}
- std::pair<bool,bool> compareByString(
+ std::pair<bool,bool> compareByString(
const ScRefCellValue& rCell, SCROW nRow, const ScQueryEntry& rEntry, const ScQueryEntry::Item& rItem,
const ScInterpreterContext* pContext)
{