summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par6.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8par6.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 085e2ea6d75b..a9a9ee0cdbfe 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -342,7 +342,7 @@ bool wwSectionManager::SetCols(SwFrameFormat &rFormat, const wwSection &rSection
{
aCol.SetLineAdj(COLADJ_TOP); // Line
aCol.SetLineHeight(100);
- aCol.SetLineColor(Color(COL_BLACK));
+ aCol.SetLineColor(COL_BLACK);
aCol.SetLineWidth(1);
}
@@ -1479,7 +1479,7 @@ bool SwWW8ImplReader::SetShadow(SvxShadowItem& rShadow, const short *pSizeArray,
bool bRet = aRightBrc.fShadow() && pSizeArray && pSizeArray[WW8_RIGHT];
if (bRet)
{
- rShadow.SetColor(Color(COL_BLACK));
+ rShadow.SetColor(COL_BLACK);
//i120718
short nVal = aRightBrc.DetermineBorderProperties();
//End