summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh2.cxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-08-01 06:32:37 +0000
committerSascha Ballach <sab@openoffice.org>2001-08-01 06:32:37 +0000
commit2497c7045b775869c743b5ba509b30b584ec328c (patch)
tree75e9b28a1a5d65f6f01a122388beac69f6f6a011 /sc/source/ui/docshell/docsh2.cxx
parent73013d62dee3d7a391a16681e4d5cac060415521 (diff)
#90434#; use the new macro for the author
Diffstat (limited to 'sc/source/ui/docshell/docsh2.cxx')
-rw-r--r--sc/source/ui/docshell/docsh2.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/docshell/docsh2.cxx b/sc/source/ui/docshell/docsh2.cxx
index 2ee00787ef23..477e8dfd518b 100644
--- a/sc/source/ui/docshell/docsh2.cxx
+++ b/sc/source/ui/docshell/docsh2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docsh2.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: nn $ $Date: 2001-07-27 19:19:54 $
+ * last change: $Author: sab $ $Date: 2001-08-01 07:32:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,7 +110,7 @@ using namespace com::sun::star;
BOOL __EXPORT ScDocShell::InitNew( SvStorage * pStor )
{
- RTL_LOGFILE_CONTEXT( aLog, "calc: (nn) ScDocShell::InitNew" );
+ RTL_LOGFILE_CONTEXT_AUTHOR ( aLog, "sc", "nn93723", "ScDocShell::InitNew" );
BOOL bRet = SfxInPlaceObject::InitNew( pStor );
@@ -250,7 +250,7 @@ ScDrawLayer* ScDocShell::MakeDrawLayer()
ScDrawLayer* pDrawLayer = aDocument.GetDrawLayer();
if (!pDrawLayer)
{
- RTL_LOGFILE_CONTEXT( aLog, "calc: (nn) ScDocShell::MakeDrawLayer" );
+ RTL_LOGFILE_CONTEXT_AUTHOR ( aLog, "sc", "nn93723", "ScDocShell::MakeDrawLayer" );
aDocument.InitDrawLayer(this);
pDrawLayer = aDocument.GetDrawLayer();