summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-22 10:28:35 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-22 10:28:35 +0000
commit867a31b7d72ba693d01dd59ed809700df598758f (patch)
tree9c0f94026cd064d1b25b8e470a8db7ccbdb045e2 /desktop
parent1f93040af7c512645ccb555ad0ac453725c19f58 (diff)
INTEGRATION: CWS perform03 (1.174.4); FILE MERGED
2005/04/20 07:46:55 mt 1.174.4.2: RESYNC: (1.174-1.175); FILE MERGED 2005/04/20 07:18:18 mt 1.174.4.1: #i47755# RTL_LOGFILE_PRODUCT_* for logs in release versions...
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index fd8ca312e268..5432603f271a 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: app.cxx,v $
*
- * $Revision: 1.175 $
+ * $Revision: 1.176 $
*
- * last change: $Author: obo $ $Date: 2005-04-18 14:43:08 $
+ * last change: $Author: obo $ $Date: 2005-04-22 11:28:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1688,7 +1688,7 @@ void Desktop::Main()
Application::AcquireSolarMutex( nAcquireCount );
// call Application::Execute to process messages in vcl message loop
- RTL_LOGFILE_TRACE( "PERFORMANCE - enter Application::Execute()" );
+ RTL_LOGFILE_PRODUCT_TRACE( "PERFORMANCE - enter Application::Execute()" );
try
{
@@ -1906,7 +1906,7 @@ IMPL_STATIC_LINK( Desktop, AsyncTerminate, void*, NOTINTERESTEDIN )
IMPL_LINK( Desktop, OpenClients_Impl, void*, pvoid )
{
- RTL_LOGFILE_CONTEXT( aLog, "PERFORMANCE - DesktopOpenClients_Impl()" );
+ RTL_LOGFILE_PRODUCT_CONTEXT( aLog, "PERFORMANCE - DesktopOpenClients_Impl()" );
OpenClients();