Moin André,
kenne mich da ja auch nicht aus aber das scheint mir nur ein Symptom fix
zu sein :-)
Gruß,
Christian
[email protected] wrote:
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101169
------- Additional comments from [email protected] Mon Apr 20 13:43:03 +0000
2009 -------
Information about the animated text is taken from meta files. Character and
word boundaries are encoded in comments. These somehow got lost in the recent
transition to a primitive based drawing layer.
A simple fix for this is this:
Index: source/processor2d/vclmetafileprocessor2d.cxx
===================================================================
--- source/processor2d/vclmetafileprocessor2d.cxx (revision 270468)
+++ source/processor2d/vclmetafileprocessor2d.cxx (working copy)
@@ -924,7 +924,7 @@
// restore DrawMode
mpOutputDevice->SetDrawMode(nOriginalDrawMode);
- if(pTextDecoratedCandidate)
+ //
if(pTextDecoratedCandidate)
{
// support for TEXT_ MetaFile actions only for
decorated texts
if(!mxBreakIterator.is())
With this fix the animation looks largely as before. However, there is a long
delay between lines.
---------------------------------------------------------------------
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
--
Sun Microsystems GmbH
Sonnenallee 1, D-85551 Kirchheim-Heimstetten
Sitz der Gesellschaft: Sonnenallee 1, D-85551 Kirchheim-Heimstetten
Amtsgericht München: HRB 161028
Geschäftsführer: Thomas Schröder, Wolfgang Engels, Dr. Roland Bömer
Vorsitzender des Aufsichtsrates: Martin Häring
---------------------------------------------------------------------
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]