[sw-issues] [Issue 115774] crash in FR version when typing / as first character

2010-12-15 Thread obo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115774


User obo changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from o...@openoffice.org Wed Dec 15 13:12:24 + 
2010 ---
closed.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 115774] crash in FR version when typing / as first character

2010-12-06 Thread sba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115774


User sba changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED

Subcomponent|code  |editing

Target milestone|OOo 3.3   |---





--- Additional comments from s...@openoffice.org Mon Dec  6 14:16:18 + 
2010 ---
Verified in OOO330_m17.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 115774] crash in FR version when typing / as first character

2010-11-26 Thread obo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115774


User obo changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from o...@openoffice.org Fri Nov 26 09:33:29 + 
2010 ---
Fixed with changeset 272034:12b46f9bb0ec for OOO330_m17.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 115774] crash in FR version when typing / as first character

2010-11-25 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115774


User os changed the following:

What|Old value |New value

 Assigned to|os|obo





--- Additional comments from o...@openoffice.org Thu Nov 25 12:25:51 + 
2010 ---
Inserting a slash at the beginning of a French paragraph results in a search for
characters at negative string positions. 

The proposed patch looks like that:

diff -r 3f116e7d913d editeng/source/misc/svxacorr.cxx
--- a/editeng/source/misc/svxacorr.cxx  Tue Nov 23 10:41:33 2010 +0100
+++ b/editeng/source/misc/svxacorr.cxx  Thu Nov 25 13:22:59 2010 +0100
@@ -701,7 +701,7 @@
 bRunNext = true;
 }
 }
-else if ( cChar == '/' )
+else if ( cChar == '/' && nEndPos > 1 && rTxt.Len() > nEndPos )
 {
 // Remove the hardspace right before to avoid formatting URLs
 sal_Unicode cPrevChar = rTxt.GetChar( nEndPos - 1 );

reassigned to obo to apply in master

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 115774] crash in FR version when typing / as first character

2010-11-25 Thread md
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115774


User md changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.3





--- Additional comments from m...@openoffice.org Thu Nov 25 11:08:50 + 
2010 ---
adjusting target to 3.3

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 115774] crash in FR version when typing / as first character

2010-11-25 Thread md
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115774


User md changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |12
  is|  |





-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 115774] crash in FR version when typing / as first character

2010-11-25 Thread sba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115774


User sba changed the following:

What|Old value |New value

  CC|'md,nn,oc,vitriol'|'md,nn,oc,sba,vitriol'

 Assigned to|tm|os

   Component|framework |Word processor

  QA contact|iss...@framework  |iss...@sw





--- Additional comments from s...@openoffice.org Thu Nov 25 09:19:53 + 
2010 ---
SBA->OS: Please proceed, thx.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org