| commit | c3135bd43e216ef33bc554597c120388cf2babe1 | [log] |
|---|---|---|
| author | Eike Rathke <erack@redhat.com> | Tue Apr 25 19:46:45 2023 +0200 |
| committer | Xisco Fauli <xiscofauli@libreoffice.org> | Mon May 08 15:24:46 2023 +0200 |
| tree | 839d2be0ad70f826aa5f1e64a0c661a234f09896 | |
| parent | 6b1a0a1b2b916432c13737de2f16d085f427a18a [diff] |
Resolves: tdf#41304 Add percent operator % to reference delimiters Change-Id: I094fcb800a29de424db28e1b58f1239381a3b4a3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151001 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151012 Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx index 422a9a1..1f9ae0c 100644 --- a/sc/source/ui/app/inputhdl.cxx +++ b/sc/source/ui/app/inputhdl.cxx
@@ -364,7 +364,7 @@ void ScInputHandler::InitRangeFinder( const OUString& rFormula ) ScDocument& rDoc = pDocSh->GetDocument(); const sal_Unicode cSheetSep = rDoc.GetSheetSeparator(); OUString aDelimiters = ScEditUtil::ModifyDelimiters(" !~\"\t\n"); OUString aDelimiters = ScEditUtil::ModifyDelimiters(" !~%\"\t\n"); // delimiters (in addition to ScEditUtil): only characters that are // allowed in formulas next to references and the quotation mark (so // string constants can be skipped)