diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/htmlcss1.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/filter/html/htmlcss1.cxx b/sw/source/filter/html/htmlcss1.cxx index bfbcf0c0acd4..ee84ac3e17ec 100644 --- a/sw/source/filter/html/htmlcss1.cxx +++ b/sw/source/filter/html/htmlcss1.cxx @@ -413,14 +413,6 @@ void SwCSS1Parser::SetPageDescAttrs( const SvxBrushItem *pBrush, bSetBox = sal_True; } - if( SFX_ITEM_SET == pItemSet2->GetItemState( RES_BOX, sal_False, &pItem ) ) - { - // eine Umrandung wird gesetzt - aBoxItem = *((const SvxBoxItem *)pItem); - pItemSet2->ClearItem( RES_BOX ); - bSetBox = sal_True; - } - if( SFX_ITEM_SET == pItemSet2->GetItemState( RES_FRAMEDIR, sal_False, &pItem ) ) { // eine Umrandung wird gesetzt |