summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/scdll.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-07-27 18:19:54 +0000
committerNiklas Nebel <nn@openoffice.org>2001-07-27 18:19:54 +0000
commit8cb6b8d4b47787813b054a0e9656a466de6564a8 (patch)
treed0911b5047e0869c9002535a5c230b78530cdbaa /sc/source/ui/app/scdll.cxx
parentb7cfb112fdc7c0e922380591470fe15ec050082d (diff)
#90352# profiling calls
Diffstat (limited to 'sc/source/ui/app/scdll.cxx')
-rw-r--r--sc/source/ui/app/scdll.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx
index 1a5e016e9302..0118271dcbe8 100644
--- a/sc/source/ui/app/scdll.cxx
+++ b/sc/source/ui/app/scdll.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: scdll.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: os $ $Date: 2001-05-02 12:51:34 $
+ * last change: $Author: nn $ $Date: 2001-07-27 19:15:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,6 +130,7 @@
#include "editutil.hxx"
#include <svx/svdfield.hxx> // SdrRegisterFieldClasses
+#include <rtl/logfile.hxx>
#include "dwfunctr.hxx"
#include "acredlin.hxx"
@@ -145,6 +146,8 @@ ScResId::ScResId( USHORT nId ) :
void ScDLL::Init()
{
+ RTL_LOGFILE_CONTEXT( aLog, "calc: (nn) ScDLL::Init" );
+
// called directly after loading the DLL
// do whatever you want, you may use Sxx-DLL too