summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtio.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-10-15 08:58:09 +0000
committerKurt Zenker <kz@openoffice.org>2003-10-15 08:58:09 +0000
commit90c5f2d0b2c13575390c802925054f5d225e18b8 (patch)
treebfad5b847d5e517e0caa2448b1941c41ef591806 /sw/source/core/text/txtio.cxx
parentd5f9197c27b47f95d4d7e4277bf9edb411536d80 (diff)
INTEGRATION: CWS extleading (1.7.92); FILE MERGED
2003/07/04 14:03:04 fme 1.7.92.1: #110641# Feature - External leading
Diffstat (limited to 'sw/source/core/text/txtio.cxx')
-rw-r--r--sw/source/core/text/txtio.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/txtio.cxx b/sw/source/core/text/txtio.cxx
index 42eb0f13199b..61bb9ce510f5 100644
--- a/sw/source/core/text/txtio.cxx
+++ b/sw/source/core/text/txtio.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtio.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 14:31:24 $
+ * last change: $Author: kz $ $Date: 2003-10-15 09:58:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -273,7 +273,7 @@ void lcl_OutFrame( SvFileStream& rStr, const SwFrm* pFrm, ByteString& rSp, sal_B
void LayOutPut( const SwFrm* pFrm )
{
#ifndef MAC
- static char *pOutName = 0;
+ static char* pOutName = 0;
const sal_Bool bFirstOpen = pOutName ? sal_False : sal_True;
if( bFirstOpen )
{