Kaydet (Commit) 352b180f authored tarafından Michael Meeks's avatar Michael Meeks

remove inadvertently committed fprintf

üst d4b387c5
...@@ -464,8 +464,8 @@ bool SvxXMLXTableImport::load( const rtl::OUString &rPath, ...@@ -464,8 +464,8 @@ bool SvxXMLXTableImport::load( const rtl::OUString &rPath,
// thrown each time you load a document with property tables that are not // thrown each time you load a document with property tables that are not
// on the current machine. FIXME: would be better to check a file exists // on the current machine. FIXME: would be better to check a file exists
// before importing ... // before importing ...
fprintf (stderr, "parsing etc. exception '%s'\n", // fprintf (stderr, "parsing etc. exception '%s'\n",
rtl::OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8).getStr()); // rtl::OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8).getStr());
bRet = false; bRet = false;
} }
......
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