diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-02-22 14:24:52 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-22 14:25:33 +0000 |
commit | fdb9d721c18fb3c3f81f7384ad544e72e969f448 (patch) | |
tree | 87337f4c493c58d1c72efa92f5307f5efd5b64d9 /svx | |
parent | 131cfef07ba1e941686bf71c4583b06e54e87434 (diff) |
revert slew of debug code committed in error
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/xml/xmlgrhlp.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx index 9f2c6c89b127..d73c19e475d3 100644 --- a/svx/source/xml/xmlgrhlp.cxx +++ b/svx/source/xml/xmlgrhlp.cxx @@ -621,8 +621,6 @@ sal_Bool SvXMLGraphicHelper::ImplWriteGraphic( const ::rtl::OUString& rPictureSt } else if( aGraphic.GetType() == GRAPHIC_GDIMETAFILE ) { - fprintf (stderr, "xmlgrhlp.cxx - write meta-file ! 0x%lx\n", - (long)aGraphic.GetChecksum() ); pStream->SetVersion( SOFFICE_FILEFORMAT_8 ); pStream->SetCompressMode( COMPRESSMODE_ZBITMAP ); @@ -645,9 +643,6 @@ sal_Bool SvXMLGraphicHelper::ImplWriteGraphic( const ::rtl::OUString& rPictureSt rMtf.Write( *pStream, GDIMETAFILE_WRITE_REPLACEMENT_RENDERGRAPHIC ); bRet = ( pStream->GetError() == 0 ); - - fprintf (stderr, "xmlgrhlp.cxx - done write meta-file ! 0x%lx\n", - (long)aGraphic.GetChecksum() ); } } uno::Reference < embed::XTransactedObject > xStorage( |