To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88146
                 Issue #|88146
                 Summary|SWF output truncated
               Component|framework
                 Version|OOo 2.4.0
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|cl
             Reported by|krechert





------- Additional comments from [EMAIL PROTECTED] Thu Apr 10 16:39:33 +0000 
2008 -------
All SWF tags are at least 2 bytes. Therefore the SWF_END tag finishing a movie
must be 2 zero bytes.

Index: swfwriter.cxx
===================================================================
RCS file: /cvs/framework/filter/source/flash/swfwriter.cxx,v
retrieving revision 1.9
diff -r1.9 swfwriter.cxx
178c178
<       *mpMovieStream << (sal_uInt8)0;
---
>       *mpMovieStream << (sal_uInt16)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]

Reply via email to