From 7e3fdd1fdcd2dbcbd87a88d19a781e845f7d0fca Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Tue, 23 Jul 2013 22:26:05 +0200 Subject: fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO Change-Id: I595c10b9c3df8ea487d9fde0a7910ba0bca0ab43 Reviewed-on: https://gerrit.libreoffice.org/5059 Reviewed-by: Fridrich Strba Tested-by: Fridrich Strba --- package/source/zippackage/ZipPackage.cxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'package') diff --git a/package/source/zippackage/ZipPackage.cxx b/package/source/zippackage/ZipPackage.cxx index db247486a29e..5f42210e637b 100644 --- a/package/source/zippackage/ZipPackage.cxx +++ b/package/source/zippackage/ZipPackage.cxx @@ -62,7 +62,6 @@ #include #include #include -#include #include #include #include "com/sun/star/io/XAsyncOutputMonitor.hpp" @@ -580,7 +579,6 @@ void ZipPackage::getZipFileContents() void SAL_CALL ZipPackage::initialize( const uno::Sequence< Any >& aArguments ) throw( Exception, RuntimeException ) { - RTL_LOGFILE_TRACE_AUTHOR ( "package", "mg115289", "{ ZipPackage::initialize" ); sal_Bool bHaveZipFile = sal_True; uno::Reference< XProgressHandler > xProgressHandler; beans::NamedValue aNamedValue; @@ -785,8 +783,6 @@ void SAL_CALL ZipPackage::initialize( const uno::Sequence< Any >& aArguments ) } } } - - RTL_LOGFILE_TRACE_AUTHOR ( "package", "mg115289", "} ZipPackage::initialize" ); } //-------------------------------------------------------- @@ -1371,9 +1367,6 @@ void SAL_CALL ZipPackage::commitChanges() throw WrappedTargetException(OSL_LOG_PREFIX "This package is read only!", static_cast < OWeakObject * > ( this ), makeAny ( aException ) ); } - - RTL_LOGFILE_TRACE_AUTHOR ( "package", "mg115289", "{ ZipPackage::commitChanges" ); - // first the writeTempFile is called, if it returns a stream the stream should be written to the target // if no stream was returned, the file was written directly, nothing should be done @@ -1527,8 +1520,6 @@ void SAL_CALL ZipPackage::commitChanges() // after successful storing it can be set to false m_bMediaTypeFallbackUsed = sal_False; - - RTL_LOGFILE_TRACE_AUTHOR ( "package", "mg115289", "} ZipPackage::commitChanges" ); } //-------------------------------------------------------- -- cgit