diff options
-rw-r--r-- | svx/source/xml/xmlxtimp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/xml/xmlxtimp.cxx b/svx/source/xml/xmlxtimp.cxx index 63e03e6ef428..fa7c23a48c1c 100644 --- a/svx/source/xml/xmlxtimp.cxx +++ b/svx/source/xml/xmlxtimp.cxx @@ -464,8 +464,8 @@ bool SvxXMLXTableImport::load( const rtl::OUString &rPath, // 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 // before importing ... - fprintf (stderr, "parsing etc. exception '%s'\n", - rtl::OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8).getStr()); +// fprintf (stderr, "parsing etc. exception '%s'\n", +// rtl::OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8).getStr()); bRet = false; } |