summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-04 10:33:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-04 10:33:10 +0000
commitfc1e200b1c768dd7645e59584edaa750ab0f0354 (patch)
treea23f94bc53164c1f057702154ad82a1b25920212 /psprint
parent377d09feddbb2a813ff4861494db7b55bb8dea6e (diff)
INTEGRATION: CWS vcl10 (1.36.4); FILE MERGED
2003/05/14 16:47:23 pl 1.36.4.1: #i12936# use afm file next to font if available
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/fontmanager/fontmanager.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/psprint/source/fontmanager/fontmanager.cxx b/psprint/source/fontmanager/fontmanager.cxx
index e09ea999f266..c30193dabba6 100644
--- a/psprint/source/fontmanager/fontmanager.cxx
+++ b/psprint/source/fontmanager/fontmanager.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontmanager.cxx,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: rt $ $Date: 2003-04-17 15:12:32 $
+ * last change: $Author: vg $ $Date: 2003-06-04 11:33:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -963,6 +963,8 @@ bool PrintFontManager::analyzeFontFile( int nDirID, const OString& rFontFile, bo
aAfmFile += aName;
}
}
+ else
+ aAfmFile = aName;
if( aAfmFile.Len() )
{