diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-01 08:35:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-01 08:35:26 +0000 |
commit | a6acb2e9cab050c6a527564273cc3ce6d7eb7f19 (patch) | |
tree | 5a330bf10f377965e510db89cca5a461d0141ab8 | |
parent | 959469d5060400d5e7e36f123fef7d5ceacabaf1 (diff) |
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
-rw-r--r-- | psprint/source/fontmanager/fontconfig.cxx | 6 |
1 files 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 : "<nil>" + , eStyleRes == FcResultMatch ? (const char*) style : "<nil>" , eSpacRes == FcResultMatch ? spacing : -1 , eOutRes == FcResultMatch ? outline : -1 ); |