From cb43723610dbead156cc520c54b3d19a027e3a2a Mon Sep 17 00:00:00 2001 From: "Philipp Lohmann [pl]" Date: Fri, 16 Jul 2010 14:36:44 +0200 Subject: vcl113: #i113191# remove debug printfs (thanks cmc!) --- extensions/source/nsplugin/source/so_env.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extensions') diff --git a/extensions/source/nsplugin/source/so_env.cxx b/extensions/source/nsplugin/source/so_env.cxx index 5e86da9726b9..f4eb2ef42169 100644 --- a/extensions/source/nsplugin/source/so_env.cxx +++ b/extensions/source/nsplugin/source/so_env.cxx @@ -204,7 +204,9 @@ int nspluginOOoModuleHook (void** aResult) strcpy (realFileName, libFileName); } + #if OSL_DEBUG_LEVEL > 1 fprintf (stderr, "OpenOffice path before fixup is '%s'\n", realFileName); + #endif if (realFileName[0] != '/') { /* a relative sym-link and we need to get an absolute path */ @@ -223,7 +225,9 @@ int nspluginOOoModuleHook (void** aResult) *aResult = realFileName; + #if OSL_DEBUG_LEVEL > 1 fprintf (stderr, "OpenOffice path is '%s'\n", realFileName); + #endif return 0; } -- cgit