https://issues.apache.org/ooo/show_bug.cgi?id=124521
Issue ID: 124521
Issue Type: DEFECT
Summary: Find & replace all with references gives wrong result
Product: Calc
Version: 4.0.1
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P3
Component: ui
Assignee: [email protected]
Reporter: [email protected]
Testing AOO 4.0.1 on Fedora Linux 17
Steps to reproduce:
1) File > New > Spreadsheet
2) Cell A1, enter: s1:A s2:B s3:C
3) Edit > Find & Replace:
Search for: s(\d+):
Replace with: $1)
Options/Regular expression: ON
Click "Replace all"
Expected result: 1)A 2)B 3)C
Actual result: 1)A ))B ))C
This may be the same as (or related to) the problem reported in bug 107619
The same operation works correctly in AOO Writer.
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.