sc/source/ui/app/inputhdl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c3135bd43e216ef33bc554597c120388cf2babe1 Author: Eike Rathke <er...@redhat.com> AuthorDate: Tue Apr 25 19:46:45 2023 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Mon May 8 15:24:46 2023 +0200 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 <er...@redhat.com> Tested-by: Jenkins Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151012 Reviewed-by: Michael Stahl <michael.st...@allotropia.de> diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx index 422a9a128508..1f9ae0c29eeb 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)