summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-17 10:35:33 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-17 10:35:33 +0000
commit907947be6df116fbd7d9443cd7e5fe0539417e3e (patch)
tree217b0e8d7e818e64a173ec4c41ad2fe58357b478 /psprint
parenta9f169e0a6e809941b93f7716c93f0f9413660df (diff)
INTEGRATION: CWS sb17 (1.47.4); FILE MERGED
2004/06/10 11:46:45 sb 1.47.4.2: RESYNC: (1.47-1.48); FILE MERGED 2004/04/27 09:55:26 hdu 1.47.4.1: #i25644# use exact ADOBE encoding instead of approximation
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/fontmanager/fontmanager.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/psprint/source/fontmanager/fontmanager.cxx b/psprint/source/fontmanager/fontmanager.cxx
index 4f72c72c7849..fb28abf9aa29 100644
--- a/psprint/source/fontmanager/fontmanager.cxx
+++ b/psprint/source/fontmanager/fontmanager.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontmanager.cxx,v $
*
- * $Revision: 1.48 $
+ * $Revision: 1.49 $
*
- * last change: $Author: kz $ $Date: 2004-05-18 10:45:28 $
+ * last change: $Author: rt $ $Date: 2004-06-17 11:35:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -829,10 +829,10 @@ bool PrintFontManager::PrintFont::readAfmMetrics( const OString& rFileName, Mult
if( m_aEncoding == RTL_TEXTENCODING_DONTKNOW )
m_aEncoding = nAdobeEncoding == 1 ?
- RTL_TEXTENCODING_MS_1252 : RTL_TEXTENCODING_SYMBOL;
+ RTL_TEXTENCODING_ADOBE_STANDARD : RTL_TEXTENCODING_SYMBOL;
}
else if( m_aEncoding == RTL_TEXTENCODING_DONTKNOW )
- m_aEncoding = RTL_TEXTENCODING_MS_1252;
+ m_aEncoding = RTL_TEXTENCODING_ADOBE_STANDARD;
// try to parse the font name and decide wether it might be a
// japanese font. Who invented this PITA ?