[framework-issues] [Issue 109702] svtools: basic editor rea ds past end of string when line ie just '

2011-01-10 Thread tkr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109702


User tkr changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from t...@openoffice.org Mon Jan 10 09:55:37 + 
2011 ---
seen in ab79 - verified

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


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



[framework-issues] [Issue 109702] svtools: basic editor rea ds past end of string when line ie just '

2011-01-06 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109702


User ab changed the following:

What|Old value |New value

 Assigned to|ab|tkr





--- Additional comments from a...@openoffice.org Thu Jan  6 17:10:23 + 
2011 ---
ab-tkr: Please verify by code review


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


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



[framework-issues] [Issue 109702] svtools: basic editor rea ds past end of string when line ie just '

2011-01-05 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109702


User ab changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from a...@openoffice.org Wed Jan  5 13:17:24 + 
2011 ---
Tested proposed version and fixed like this


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


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



[framework-issues] [Issue 109702] svtools: basic editor rea ds past end of string when line ie just '

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





--- Additional comments from a...@openoffice.org Wed Dec  8 14:36:29 + 
2010 ---
ab-cmc: Your patch handles this scenario as an error (return FALSE),
but an empty comment line is a valid comment. Wouldn't it be better
to just avoid the unnecessary peekChar() ?

 {
 c = getChar(); // '/' entfernen

// Alle Zeichen bis Zeilen-Ende oder EOF entfernen
+   sal_Unicode cPeek = c;
-   sal_Unicode cPeek = peekChar();
while( cPeek != CHAR_EOF  testCharFlags( cPeek, CHAR_EOL ) == FALSE )


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


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



[framework-issues] [Issue 109702] svtools: basic editor rea ds past end of string when line ie just '

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


User ab changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.4





--- Additional comments from a...@openoffice.org Fri Jun  4 07:08:25 + 
2010 ---
- OOo 3.4


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


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



[framework-issues] [Issue 109702] svtools: basic editor rea ds past end of string when line ie just '

2010-05-28 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109702


User ab changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from a...@openoffice.org Fri May 28 13:11:52 + 
2010 ---
Although the patch looks very complex and risky ;-)
I will consider to apply it...


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


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



[framework-issues] [Issue 109702] svtools: basic editor rea ds past end of string when line ie just '

2010-03-01 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109702
 Issue #|109702
 Summary|svtools: basic editor reads past end of string when li
|ne ie just '
   Component|framework
 Version|DEV300m71
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|cd
 Reported by|cmc





--- Additional comments from c...@openoffice.org Mon Mar  1 10:36:33 + 
2010 ---
If a line consists of just ' in basic then there's a read past end of string,
patch attached to fix

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


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



[framework-issues] [Issue 109702] svtools: basic editor rea ds past end of string when line ie just '

2010-03-01 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109702


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |68077)
fix this






--- Additional comments from c...@openoffice.org Mon Mar  1 10:37:14 + 
2010 ---
Created an attachment (id=68077)
fix this


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


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



[framework-issues] [Issue 109702] svtools: basic editor rea ds past end of string when line ie just '

2010-03-01 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109702


User cd changed the following:

What|Old value |New value

 Assigned to|cd|ab





--- Additional comments from c...@openoffice.org Mon Mar  1 10:43:09 + 
2010 ---
cd-ab: Please take over.

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


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