summaryrefslogtreecommitdiffstats
path: root/svx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-09-11 23:12:54 +0200
committerMichael Meeks <michael.meeks@novell.com>2011-09-11 23:12:54 +0200
commit352b180f19b0c7c6b4529d6de8fe7a9b927c61b3 (patch)
treec5cdcf6b30d50c8762e2c56b4fbf2bc11e5c3c1c /svx
parentcleanup cut/paste .src changes and add 'Embed' check-box to src (diff)
downloadcore-352b180f19b0c7c6b4529d6de8fe7a9b927c61b3.tar.gz
core-352b180f19b0c7c6b4529d6de8fe7a9b927c61b3.zip
remove inadvertently committed fprintf
Diffstat (limited to 'svx')
-rw-r--r--svx/source/xml/xmlxtimp.cxx4
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;
}