To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46165





------- Additional comments from [EMAIL PROTECTED] Sat Jun 14 20:53:54 +0000 
2008 -------
On my OO.org 2.4 on Win32 (Italian translation) the regex do not work correctly;
if you put in the search box
[A-Z][a-z]*
and in the replace box
&
the replaced words have a "x" appended; e.g. this:
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas tincidunt
metus vitae tortor. Sed elementum luctus diam. Etiam lorem.
becomes
Loremx ipsum dolor sit amet, consectetuer adipiscing elit. Maecenasx tincidunt
metus vitae tortor. Sedx elementum luctus diam. Etiamx lorem.
.
Note that even if you change around the expression, e.g. putting $0 instead of
&, or ([A-Z][a-z]*) and $1 the bug do not disappear. With some different regexes
(but still with "&" in the replace box) I also found that the text was replaced
with the searched string only few times, and then with an ampersand (&);
changing the & in a $0 didn't solve the problem (the words were replaced with 
$0).
The issue seems to be Win32-only (I reproduced it on Windows XP SP3 and Windows
2000 SP4), since on Linux (Ubuntu 8.04) these regexes work fine.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to