summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmldrawreader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmldrawreader.cxx')
-rw-r--r--sw/source/filter/html/htmldrawreader.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/html/htmldrawreader.cxx b/sw/source/filter/html/htmldrawreader.cxx
index 11099f9dfa2e..5f2c9af6a970 100644
--- a/sw/source/filter/html/htmldrawreader.cxx
+++ b/sw/source/filter/html/htmldrawreader.cxx
@@ -232,7 +232,7 @@ static void PutEEPoolItem( SfxItemSet &rEEItemSet,
case RES_CHRATR_BACKGROUND:
{
const SvxBrushItem& rBrushItem = (const SvxBrushItem&)rSwItem;
- rEEItemSet.Put( XFillStyleItem(XFILL_SOLID) );
+ rEEItemSet.Put( XFillStyleItem(drawing::FillStyle_SOLID) );
rEEItemSet.Put( XFillColorItem(aEmptyOUStr,
rBrushItem.GetColor()) );
}
@@ -443,7 +443,7 @@ void SwHTMLParser::NewMarquee( HTMLTable *pCurTable )
if( bBGColor )
{
- aItemSet.Put( XFillStyleItem(XFILL_SOLID) );
+ aItemSet.Put( XFillStyleItem(drawing::FillStyle_SOLID) );
aItemSet.Put( XFillColorItem(aEmptyOUStr, aBGColor) );
}