summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par6.cxx
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2015-03-15 11:05:19 +0100
committerZolnai Tamás <zolnaitamas2000@gmail.com>2015-03-17 00:10:01 +0100
commitd4652b5e2f1c7a2c207888fade7a41245b7ae9fb (patch)
tree285ba8fe14107ae3ecec710e11c8d7ddacaa61e1 /sw/source/filter/ww8/ww8par6.cxx
parentf7424ed710e54bb2437a28380b03ed7c26290edc (diff)
WW8: bShdTxtCol is always false
Change-Id: I745dabe00567a5d0d076741bfa38c0b5e07713b6
Diffstat (limited to 'sw/source/filter/ww8/ww8par6.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index e70b771a5a99..791ebb662008 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -4608,12 +4608,6 @@ void SwWW8ImplReader::Read_Shade( sal_uInt16, const sal_uInt8* pData, short nLen
{
// Ende des Attributes
pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_BACKGROUND );
- if (bShdTxtCol)
- {
- // Zeichenfarbe auch
- pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_COLOR );
- bShdTxtCol = false;
- }
}
else
{
@@ -4631,12 +4625,6 @@ void SwWW8ImplReader::Read_ParaBackColor(sal_uInt16, const sal_uInt8* pData, sho
{
// Ende des Attributes
pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_BACKGROUND );
- if (bShdTxtCol)
- {
- // Zeichenfarbe auch
- pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_COLOR );
- bShdTxtCol = false;
- }
}
else
{