summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview.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/view/tabview.cxx
parentb7cfb112fdc7c0e922380591470fe15ec050082d (diff)
#90352# profiling calls
Diffstat (limited to 'sc/source/ui/view/tabview.cxx')
-rw-r--r--sc/source/ui/view/tabview.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx
index c7508f106a30..c1a92f5e1acc 100644
--- a/sc/source/ui/view/tabview.cxx
+++ b/sc/source/ui/view/tabview.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabview.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: nn $ $Date: 2001-07-09 16:33:00 $
+ * last change: $Author: nn $ $Date: 2001-07-27 19:16:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -216,6 +216,7 @@
#include <sfx2/ipfrm.hxx>
#include <sfx2/bindings.hxx>
#include <vcl/help.hxx>
+#include <rtl/logfile.hxx>
#include "tabview.hxx"
#include "tabvwsh.hxx"
@@ -403,6 +404,8 @@ ScTabView::ScTabView( Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pView
eZoomType( SVX_ZOOM_PERCENT ),
TABVIEW_INIT
{
+ RTL_LOGFILE_CONTEXT( aLog, "calc: (nn) ScTabView::ScTabView" );
+
Init();
}
@@ -412,6 +415,8 @@ ScTabView::ScTabView( Window* pParent, const ScTabView& rScTabView, ScTabViewShe
eZoomType( rScTabView.eZoomType ),
TABVIEW_INIT
{
+ RTL_LOGFILE_CONTEXT( aLog, "calc: (nn) ScTabView::ScTabView" );
+
aViewData.SetViewShell( pViewShell );
Init();