summaryrefslogtreecommitdiff
path: root/sw/source/filter
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-11-29 13:48:25 +0000
committerMichael Brauer <mib@openoffice.org>2001-11-29 13:48:25 +0000
commitd4db44589fe4abd4068ced2c2e1b093c929d8103 (patch)
tree6018d41c5c550fe8d327d1db07ce2220d129fd8d /sw/source/filter
parentb03249fcf7c315cc9760d6343948b940579df330 (diff)
#95389#: Make text attributes for marquee work again
Diffstat (limited to 'sw/source/filter')
-rw-r--r--sw/source/filter/html/htmldraw.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/filter/html/htmldraw.cxx b/sw/source/filter/html/htmldraw.cxx
index 9e6ce86e5010..9c57cbab6a7e 100644
--- a/sw/source/filter/html/htmldraw.cxx
+++ b/sw/source/filter/html/htmldraw.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: htmldraw.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mib $ $Date: 2001-10-09 14:57:36 $
+ * last change: $Author: mib $ $Date: 2001-11-29 14:48:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -654,6 +654,7 @@ void SwHTMLParser::EndMarquee()
// den gesammelten Text einfuegen
((SdrTextObj*)pMarquee)->SetText( aContents );
+ pMarquee->SetItemSetAndBroadcast( pMarquee->GetItemSet() );
if( bFixMarqueeWidth )
{