whack unused define REDUCEDSVXFONT

Change-Id: Id7be6b903a6acd526fa2cecd18347f40b9b4457d
This commit is contained in:
Noel Grandin 2013-09-10 11:57:22 +02:00
parent be5b8202f8
commit 3b8283a87c

View File

@ -28,10 +28,7 @@
#include <editeng/svxfont.hxx>
#include <editeng/escapementitem.hxx>
#ifndef REDUCEDSVXFONT
const sal_Unicode CH_BLANK = sal_Unicode(' '); // ' ' Space character
static sal_Char const sDoubleSpace[] = " ";
#endif
const sal_Unicode CH_BLANK = sal_Unicode(' '); // ' ' Space character
SvxFont::SvxFont()
@ -685,7 +682,7 @@ void SvxDoDrawCapital::DoSpace( const sal_Bool bDraw )
pFont->SetWordLineMode( sal_False );
pFont->SetTransparent( sal_True );
pFont->SetPhysFont( pOut );
pOut->DrawStretchText( aSpacePos, nDiff, XubString( sDoubleSpace,
pOut->DrawStretchText( aSpacePos, nDiff, XubString( " ",
RTL_TEXTENCODING_MS_1252 ), 0, 2 );
pFont->SetWordLineMode( bWordWise );
pFont->SetTransparent( bTrans );