diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2022-09-05 20:43:13 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2022-09-06 11:53:37 +0200 |
commit | 3d1dc81b5e072862af17154b4f595fcaa4863d49 (patch) | |
tree | 6b5ad5954719972cdcc53432003a6aeacbcd3c6f /bin | |
parent | f972f27b455ef78f0d5db5eea96edd707909a154 (diff) |
Simplify by using replace instead of replaceAt in loop in sc/compiler
+ replace ScCompiler::EnQuote which is used only once with its content at this adhoc location
Change-Id: I7d72fd573ec9cea06d9b54e9381b4783756cf08e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139452
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/find-can-be-private-symbols.functions.results | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/find-can-be-private-symbols.functions.results b/bin/find-can-be-private-symbols.functions.results index 89e04cb7696a..ee1bf33587e9 100644 --- a/bin/find-can-be-private-symbols.functions.results +++ b/bin/find-can-be-private-symbols.functions.results @@ -3296,7 +3296,6 @@ ScCompiler::CreateStringFromSingleRef(rtl::OUStringBuffer&, formula::FormulaToke ScCompiler::CreateStringFromXMLTokenArray(rtl::OUString&, rtl::OUString&) ScCompiler::DeInit() ScCompiler::DoubleRefToPosSingleRefScalarCase(ScRange const&, ScAddress&, ScAddress const&) -ScCompiler::EnQuote(rtl::OUString&) ScCompiler::ExtendRangeReference(formula::FormulaToken&, formula::FormulaToken&) ScCompiler::FindAddInFunction(rtl::OUString const&, bool) const ScCompiler::GetAddInMapCount() |