summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-08-05 11:53:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-08-05 11:53:19 +0000
commit5c16793a72ac5cb735ead25f83b0fefa682f1d7c (patch)
tree0775b421da2f518ec39dabd2c2db0aa488444236 /psprint
parent94160ab49d81481058328661e3fd68ace033044a (diff)
INTEGRATION: CWS gslpatches2 (1.7.32); FILE MERGED
2005/06/08 12:58:51 pl 1.7.32.1: #i50482# 64bit fix and type cleanup from kendy
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/fontmanager/fontconfig.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/source/fontmanager/fontconfig.cxx b/psprint/source/fontmanager/fontconfig.cxx
index 9948d3883cda..c16cc4e6fe65 100644
--- a/psprint/source/fontmanager/fontconfig.cxx
+++ b/psprint/source/fontmanager/fontconfig.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontconfig.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2004-10-13 08:22:03 $
+ * last change: $Author: hr $ $Date: 2005-08-05 12:53:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -345,7 +345,7 @@ bool PrintFontManager::initFontconfig()
FC_FILE,
FC_OUTLINE,
FC_INDEX,
- NULL );
+ (void *) NULL );
FcPattern* pPattern = rWrapper.FcPatternCreate();
FcFontSet* pFSet = rWrapper.FcFontList( pConfig, pPattern, pOSet );