diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-10-20 09:56:16 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-10-20 09:56:16 +0200 |
commit | 2a8b5063b765105e7092c763694bcdc59fdaf5c0 (patch) | |
tree | c152c9b5f52af8e273362ddcdcbef1c32a396ffd | |
parent | b24d4e1f2ae2fdba426511498717ba1326b346cc (diff) |
#i10000# temporarily disable assertion to get smoketest running
Notes
split repo tag: libs-gui_ooo/DEV300_m90
-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 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 ) |