summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-10-20 09:56:16 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-10-20 09:56:16 +0200
commit2a8b5063b765105e7092c763694bcdc59fdaf5c0 (patch)
treec152c9b5f52af8e273362ddcdcbef1c32a396ffd /vcl
parent#i114935# (diff)
downloadcore-2a8b5063b765105e7092c763694bcdc59fdaf5c0.tar.gz
core-2a8b5063b765105e7092c763694bcdc59fdaf5c0.zip
#i10000# temporarily disable assertion to get smoketest running
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/source/fontmanager/fontconfig.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/source/fontmanager/fontconfig.cxx b/vcl/unx/source/fontmanager/fontconfig.cxx
index 01e183a68dce..ecb4aa54549b 100644
--- a/vcl/unx/source/fontmanager/fontconfig.cxx
+++ b/vcl/unx/source/fontmanager/fontconfig.cxx
@@ -743,7 +743,7 @@ int PrintFontManager::countFontconfigFonts( std::hash_map<rtl::OString, int, rtl
);
#endif
- OSL_ASSERT(eOutRes != FcResultMatch || outline);
+// OSL_ASSERT(eOutRes != FcResultMatch || outline);
// only outline fonts are usable to psprint anyway
if( eOutRes == FcResultMatch && ! outline )