summaryrefslogtreecommitdiff
path: root/vcl/unx/headless
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 13:35:27 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 13:35:27 +0000
commitf7924383f4d1cfcae4d6cbbf3deeea4bd670faa4 (patch)
treeedaf4bbbafc3d6669b970466a951bf7a2afe8194 /vcl/unx/headless
parent14b5102e9fabf8ae111cd3eca3733a20ef6032d8 (diff)
INTEGRATION: CWS vcl89 (1.5.14); FILE MERGED
2008/06/04 11:33:37 hdu 1.5.14.1: #i28610# where did this special handling of ITC come from?
Diffstat (limited to 'vcl/unx/headless')
-rw-r--r--vcl/unx/headless/svppspgraphics.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/vcl/unx/headless/svppspgraphics.cxx b/vcl/unx/headless/svppspgraphics.cxx
index ddb056812adc..5c2d4c18fc94 100644
--- a/vcl/unx/headless/svppspgraphics.cxx
+++ b/vcl/unx/headless/svppspgraphics.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: svppspgraphics.cxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -1220,10 +1220,6 @@ ImplDevFontAttributes PspGraphics::Info2DevFontAttributes( const psp::FastPrintF
break;
}
- // special case for the ghostscript fonts
- if( aDFA.maName.CompareIgnoreCaseToAscii( "itc ", 4 ) == COMPARE_EQUAL )
- aDFA.maName = aDFA.maName.Copy( 4 );
-
switch( rInfo.m_eType )
{
case psp::fonttype::Builtin: