sc/source/ui/app/inputhdl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2ff1830207d69ddd8aa6637e8ccc586ecabf1567
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Tue Apr 25 19:46:45 2023 +0200
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Tue Apr 25 22:08:07 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

diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx
index 00fc7e429eb4..d60b10378ffa 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)

Reply via email to