[graphics-issues] [Issue 88147] flash generates malformed DefineSprite tags advertising 0 frames

2008-07-14 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88147


User cl changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Jul 14 08:28:25 + 
2008 ---
integrated in master, closing

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



[graphics-issues] [Issue 88147] flash generates malformed DefineSprite tags advertising 0 frames

2008-06-25 Thread sj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88147


User sj changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 25 14:53:41 + 
2008 ---
the bugfix looks good- 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[graphics-issues] [Issue 88147] flash generates malformed DefineSprite tags advertising 0 frames

2008-06-18 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88147


User cl changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Jun 18 11:30:29 + 
2008 ---
applied patch to cws impress145 for OOo 3.0

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



[graphics-issues] [Issue 88147] flash generates malformed DefineSprite tags advertising 0 frames

2008-06-18 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88147


User cl changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Wed Jun 18 12:02:40 + 
2008 ---
adapting target

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



[graphics-issues] [Issue 88147] flash generates malformed DefineSprite tags advertising 0 frames

2008-04-11 Thread ace_dent
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88147





--- Additional comments from [EMAIL PROTECTED] Fri Apr 11 22:36:04 + 
2008 ---
Does this fix some of the problems in Issue 42434 (and Issue 13603)?

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



[graphics-issues] [Issue 88147] flash generates malformed DefineSprite tags advertising 0 frames

2008-04-10 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88147
 Issue #|88147
 Summary|flash generates malformed DefineSprite tags advertisin
|g 0 frames
   Component|Presentation
 Version|1.0.0
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|cl
 Reported by|cl





--- Additional comments from [EMAIL PROTECTED] Thu Apr 10 17:04:31 + 
2008 ---
if you run gnash with a 'set malformedSWFVerbosity true' line in your .gnashrc
it will tell you about any of these cases. The following patch was made by strk
on irc.

? D
? filter/source/flash/.swfwriter.cxx.swp
? filter/source/flash/.swfwriter.hxx.swp
? filter/source/flash/.swfwriter2.cxx.swp
Index: filter/source/flash/swfwriter2.cxx
===
RCS file: /cvs/framework/filter/source/flash/swfwriter2.cxx,v
retrieving revision 1.7
diff -u -r1.7 swfwriter2.cxx
--- filter/source/flash/swfwriter2.cxx  25 Jan 2007 11:02:06 -  1.7
+++ filter/source/flash/swfwriter2.cxx  10 Apr 2008 12:31:14 -
@@ -407,6 +407,8 @@
 
aTmp.Seek(0);
 
+   if ( ! mnFrames ) mnFrames=1;
+
Tag aTag( TAG_DEFINESPRITE );
aTag.addUI16( mnId );
aTag.addUI16( _uInt16( mnFrames ) );

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