diff options
author | obo <obo@openoffice.org> | 2010-06-23 15:07:29 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-23 15:07:29 +0200 |
commit | 784db557e79325df96134c4b9bf997cc70092dd6 (patch) | |
tree | a978c5efec2ee55accadac5e2815271cc16fc690 | |
parent | 3d82600f9cc555ebd0d34dcfd704bbd0307d9dfa (diff) |
masterfix: #i112573# [vcl] fonconfig.cxx fails to build with debug=t
-rw-r--r-- | vcl/unx/source/fontmanager/fontconfig.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/source/fontmanager/fontconfig.cxx b/vcl/unx/source/fontmanager/fontconfig.cxx index 816c8fb0b4c4..3e24cd7c8e45 100644 --- a/vcl/unx/source/fontmanager/fontconfig.cxx +++ b/vcl/unx/source/fontmanager/fontconfig.cxx @@ -851,7 +851,7 @@ bool PrintFontManager::addFontconfigDir( const rtl::OString& rDirName ) bool bDirOk = (rWrapper.FcConfigAppFontAddDir( rWrapper.FcConfigGetCurrent(), (FcChar8*)pDirName ) == FcTrue); #if OSL_DEBUG_LEVEL > 1 - fprintf( stderr, "FcConfigAppFontAddDir( \"%s\") => %d\n", pDirName, bRet ); + fprintf( stderr, "FcConfigAppFontAddDir( \"%s\") => %d\n", pDirName, bDirOk ); #endif if( bDirOk ) |