From 151fbebf8ced85ee8582fe1ad8a8176e061845a6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 4 Aug 2014 19:22:55 +0200 Subject: Consistency around SdrOnOffItem in svx/sdtagitm.hxx ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I6d8b3709d6d55bd6958d38f262141c43779dfdcc --- sw/source/filter/html/htmldrawreader.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/filter/html') diff --git a/sw/source/filter/html/htmldrawreader.cxx b/sw/source/filter/html/htmldrawreader.cxx index 7f9ee9e1e045..3aa6a05a6e0e 100644 --- a/sw/source/filter/html/htmldrawreader.cxx +++ b/sw/source/filter/html/htmldrawreader.cxx @@ -382,8 +382,8 @@ void SwHTMLParser::NewMarquee( HTMLTable *pCurTable ) EE_CHAR_START, EE_CHAR_END, 0 }; SfxItemSet aItemSet( pModel->GetItemPool(), aWhichMap ); - aItemSet.Put( SdrTextAutoGrowWidthItem( false ) ); - aItemSet.Put( SdrTextAutoGrowHeightItem( true ) ); + aItemSet.Put( makeSdrTextAutoGrowWidthItem( false ) ); + aItemSet.Put( makeSdrTextAutoGrowHeightItem( true ) ); aItemSet.Put( SdrTextAniKindItem( eAniKind ) ); aItemSet.Put( SdrTextAniDirectionItem( eAniDir ) ); aItemSet.Put( SdrTextAniCountItem( nCount ) ); -- cgit