summaryrefslogtreecommitdiff
path: root/desktop/source/splash
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 15:38:11 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 15:38:11 +0000
commit282ff99939fddbb82b6b1cbcd4295ad0eced5645 (patch)
tree86c3f88ef8c2894c9e413da45458b9ed93cdcef1 /desktop/source/splash
parent255493c61f8a7ccebd9e493dd218c5b8e928f397 (diff)
INTEGRATION: CWS perform01 (1.9.16); FILE MERGED
2005/02/07 14:59:21 cd 1.9.16.1: #i40901# Added some more log entries to detect hot spots
Diffstat (limited to 'desktop/source/splash')
-rw-r--r--desktop/source/splash/splash.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx
index 58044fd2f7e4..e1f1e811c5bf 100644
--- a/desktop/source/splash/splash.cxx
+++ b/desktop/source/splash/splash.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: splash.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2005-01-21 13:44:45 $
+ * last change: $Author: vg $ $Date: 2005-02-16 16:38:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,6 +79,7 @@
#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
#endif
+#include <rtl/logfile.hxx>
using namespace ::rtl;
@@ -175,6 +176,9 @@ void SAL_CALL SplashScreen::setText(const OUString& aText)
void SAL_CALL SplashScreen::setValue(sal_Int32 nValue)
throw (RuntimeException)
{
+ RTL_LOGFILE_CONTEXT( aLog, "::SplashScreen::setValue (lo119109)" );
+ RTL_LOGFILE_CONTEXT_TRACE1( aLog, "value=%d", nValue );
+
::vos::OGuard aSolarGuard( Application::GetSolarMutex() );
if (_bVisible) {
Show();