From a6acb2e9cab050c6a527564273cc3ce6d7eb7f19 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 1 Jun 2004 08:35:26 +0000 Subject: INTEGRATION: CWS jl6 (1.2.12); FILE MERGED 2004/05/04 15:35:20 jl 1.2.12.1: #109765# use new jvmfwk to find JRE installation --- psprint/source/fontmanager/fontconfig.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/psprint/source/fontmanager/fontconfig.cxx b/psprint/source/fontmanager/fontconfig.cxx index c44fbf354d8b..c8a70a96e8d3 100644 --- a/psprint/source/fontmanager/fontconfig.cxx +++ b/psprint/source/fontmanager/fontconfig.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fontconfig.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2004-05-18 10:45:15 $ + * last change: $Author: obo $ $Date: 2004-06-01 09:35:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -302,7 +302,7 @@ bool PrintFontManager::initFontconfig() , family, file , eWeightRes == FcResultMatch ? weight : -1 , eSpacRes == FcResultMatch ? slant : -1 - , eStyleRes == FcResultMatch ? (const char*)style : "" + , eStyleRes == FcResultMatch ? (const char*) style : "" , eSpacRes == FcResultMatch ? spacing : -1 , eOutRes == FcResultMatch ? outline : -1 ); -- cgit v1.2.3