summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par6.cxx
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2015-02-08 10:26:26 +0100
committerZolnai Tamás <zolnaitamas2000@gmail.com>2015-03-15 01:23:45 +0100
commitde145fb467f2a168261915d63b47d3cd3b03d732 (patch)
treeaed70a372d86bdd84eea5629d7cf5bddd1347296 /sw/source/filter/ww8/ww8par6.cxx
parent460b17d2712a80331a83329d2951f3e0303835cd (diff)
WW8: bCharShdTxtCol is always false
Change-Id: Ib62a4f5dcd7e41cd8c8e82f23efebb468e2e7c91
Diffstat (limited to 'sw/source/filter/ww8/ww8par6.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 451fba51fe23..e70b771a5a99 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -3791,12 +3791,6 @@ void SwWW8ImplReader::Read_CharShadow( sal_uInt16, const sal_uInt8* pData, shor
if( nLen <= 0 )
{
pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_BACKGROUND );
- if( bCharShdTxtCol )
- {
- // Zeichenfarbe auch
- pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_COLOR );
- bCharShdTxtCol = false;
- }
}
else
{
@@ -3813,12 +3807,6 @@ void SwWW8ImplReader::Read_TxtBackColor(sal_uInt16, const sal_uInt8* pData, shor
if( nLen <= 0 )
{
pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_BACKGROUND );
- if( bCharShdTxtCol )
- {
- // Zeichenfarbe auch
- pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_COLOR );
- bCharShdTxtCol = false;
- }
}
else
{
@@ -3835,11 +3823,6 @@ void SwWW8ImplReader::Read_CharHighlight(sal_uInt16, const sal_uInt8* pData, sho
if( nLen <= 0 )
{
pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_BACKGROUND );
- if( bCharShdTxtCol )
- {
- pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_COLOR ); // Zeichenfarbe auch
- bCharShdTxtCol = false;
- }
}
else
{