Kaydet (Commit) cb437236 authored tarafından Philipp Lohmann [pl]'s avatar Philipp Lohmann [pl]

vcl113: #i113191# remove debug printfs (thanks cmc!)

üst 8c7f1e56
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment