summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-06 20:54:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-06 20:55:58 +0100
commit107c2c7c7bb7eacba4045159ac40fe3b6737d4f3 (patch)
tree623a600198aae4207737ba07b62b12dc5430050c /dbaccess
parent31fd531b2757269dde108b362752f7949615736a (diff)
Remove #ifdef TIMELOG'ed SAL_INFOs
...the code doesn't make much sense that way. Change-Id: I506e37b44924701255431f6d20d4610f7f52287d
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/filter/xml/xmlfilter.cxx5
-rw-r--r--dbaccess/source/ui/browser/genericcontroller.cxx8
2 files changed, 0 insertions, 13 deletions
diff --git a/dbaccess/source/filter/xml/xmlfilter.cxx b/dbaccess/source/filter/xml/xmlfilter.cxx
index 8ead50880d46..b94e0ce9c65a 100644
--- a/dbaccess/source/filter/xml/xmlfilter.cxx
+++ b/dbaccess/source/filter/xml/xmlfilter.cxx
@@ -331,11 +331,6 @@ sal_Int32 ReadThroughComponent(
return 1; // TODO/LATER: error handling
}
-#ifdef TIMELOG
- // if we do profiling, we want to know the stream
- SAL_INFO("dbaccess", "dbaxml ReadThroughComponent : parsing \"" << pStreamName << "\"" );
-#endif
-
uno::Reference< XInputStream > xInputStream = xDocStream->getInputStream();
// read from the stream
return ReadThroughComponent( xInputStream
diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx b/dbaccess/source/ui/browser/genericcontroller.cxx
index 5ea4421708f2..064670ccaf5f 100644
--- a/dbaccess/source/ui/browser/genericcontroller.cxx
+++ b/dbaccess/source/ui/browser/genericcontroller.cxx
@@ -728,14 +728,6 @@ void OGenericUnoController::dispatch(const URL& _aURL, const Sequence< PropertyV
// for locking in the proper order (SolarMutex and m_aMutex), and b) this would be too many places
// for the time frame of the fix.
// #i52602#
-
-#ifdef TIMELOG
- OString sLog( "OGenericUnoController::dispatch( '" );
- sLog += OString( _aURL.Main.getStr(), _aURL.Main.getLength(), osl_getThreadTextEncoding() );
- sLog += OString( "' )" );
- SAL_INFO("dbaccess.ui", "dbaccess frank.schoenheit@sun.com" << sLog.getStr() );
-#endif
-
executeChecked(_aURL,aArgs);
}