summaryrefslogtreecommitdiff
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
commit5a125ebc9e3ec4c1927b8b789e97d773aa78fe67 (patch)
treefd049df948ceee14f20bfdd2429d1c5f90d76170
parent75490d700a070f3cd2df2de86ae34b664737038c (diff)
#i10000# temporarily disable assertion to get smoketest runningooo/DEV300_m90
-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 bdf06425f0..431b11194d 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 )