[framework-issues] [Issue 80075] Fix 'variable is used unin italized' gcc warning in binfilter

2007-08-02 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80075


User thb changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED

Target milestone|---   |OOo 2.3





--- Additional comments from [EMAIL PROTECTED] Thu Aug  2 08:42:40 + 
2007 ---
Verified in CWS kendy18

-
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]



[framework-issues] [Issue 80075] Fix 'variable is used unin italized' gcc warning in binfilter

2007-07-26 Thread kendy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80075


User kendy changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Jul 26 14:31:19 + 
2007 ---
Committed to CWS kendy18; I'll remove/redo if there are objections ;-)

-
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]



[framework-issues] [Issue 80075] Fix 'variable is used unin italized' gcc warning in binfilter

2007-07-26 Thread kendy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80075
 Issue #|80075
 Summary|Fix 'variable is used uninitalized' gcc warning in bin
|filter
   Component|framework
 Version|680m222
Platform|Opteron/x86_64
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|mba
 Reported by|kendy





--- Additional comments from [EMAIL PROTECTED] Thu Jul 26 12:41:09 + 
2007 ---
This one is considered dangerous ;-)  The fix is trivial:

--- binfilter/bf_sw/source/core/undo/sw_undobj.cxx.old  2005-09-09 
04:43:57.0 +0200
+++ binfilter/bf_sw/source/core/undo/sw_undobj.cxx  2005-12-08 
15:24:52.0 +0100
@@ -755,7 +755,7 @@
 /*N*/ 
 /*N*/  // Positionen als SwIndex merken, damit im DTOR dieser Bereich
 /*N*/  // entfernt werden kann !!
-/*N*/  ULONG nEnd;
+/*N*/  ULONG nEnd = 0;
 /*N*/  pMvStt = new SwNodeIndex( rRange.aStart );
 /*N*/  MoveToUndoNds( aPam, pMvStt, 0, nEnd, 0 );
 /*N*/  nMvLen = nEnd - pMvStt-GetIndex() + 1;

I can commit to a CWS, is that OK, please?

-
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]



[framework-issues] [Issue 80075] Fix 'variable is used unin italized' gcc warning in binfilter

2007-07-26 Thread kendy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80075





--- Additional comments from [EMAIL PROTECTED] Thu Jul 26 12:42:29 + 
2007 ---
[I mean, the warning is considered dangerous, but I don't know if it does 
something bad in this case.  But as long as the fix is trivial, I hope it's OK 
to commit ;-)]

-
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]