summaryrefslogtreecommitdiff
path: root/editeng/source/items/svxfont.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/items/svxfont.cxx')
-rw-r--r--editeng/source/items/svxfont.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/items/svxfont.cxx b/editeng/source/items/svxfont.cxx
index cf67643fc2f0..636c1535f366 100644
--- a/editeng/source/items/svxfont.cxx
+++ b/editeng/source/items/svxfont.cxx
@@ -678,8 +678,8 @@ void SvxDoDrawCapital::DoSpace( const sal_Bool bDraw )
{
sal_Bool bWordWise = pFont->IsWordLineMode();
sal_Bool bTrans = pFont->IsTransparent();
- pFont->SetWordLineMode( sal_False );
- pFont->SetTransparent( sal_True );
+ pFont->SetWordLineMode( false );
+ pFont->SetTransparent( true );
pFont->SetPhysFont( pOut );
pOut->DrawStretchText( aSpacePos, nDiff, " ", 0, 2 );
pFont->SetWordLineMode( bWordWise );