summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2001-07-24 09:31:36 +0000
committerCarsten Driesner <cd@openoffice.org>2001-07-24 09:31:36 +0000
commit378f47a16b6030bc863323206161a896dea8a2f7 (patch)
treed3a445659480d4966ec1808dcf8be7c3d3459183 /framework
parent714930cee812b592839676890835c987437eccb4 (diff)
#88409# new time logging code
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/desktop.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index e2b9232e7429..6e0dd0f74c23 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: desktop.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: as $ $Date: 2001-07-20 08:10:52 $
+ * last change: $Author: cd $ $Date: 2001-07-24 10:31:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -167,6 +167,10 @@
#include <rtl/ustrbuf.hxx>
#endif
+#ifndef _RTL_LOGFILE_HXX_
+#include <rtl/logfile.hxx>
+#endif
+
#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
#endif
@@ -659,6 +663,8 @@ css::uno::Reference< css::lang::XComponent > SAL_CALL Desktop::loadComponentFrom
// Register transaction and reject wrong calls.
TransactionGuard aTransaction( m_aTransactionManager, E_HARDEXCEPTIONS );
+ RTL_LOGFILE_CONTEXT( aLog, "framework (as) ::Desktop::loadComponentFromURL" );
+
// CHeck incoming parameter and throw an exception for wrong values!
if(
( &sURL == NULL ) ||