diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-09-11 23:12:54 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-09-11 23:12:54 +0200 |
commit | 352b180f19b0c7c6b4529d6de8fe7a9b927c61b3 (patch) | |
tree | c5cdcf6b30d50c8762e2c56b4fbf2bc11e5c3c1c | |
parent | d4b387c5f1b5caddeed34affd670b7ce33ce205d (diff) |
remove inadvertently committed fprintf
-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; } |