summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-26 12:21:01 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-26 12:21:01 +0000
commitd5ebde33c6c3342ebff424340a2e764f385aa290 (patch)
tree203aa46d69cd925f78d5c89891892c66cac2d457 /tools/source
parent01a2739d74de2923f679d53776d6244f0cc24d92 (diff)
INTEGRATION: CWS sb13 (1.1.1.1.220); FILE MERGED
2004/02/06 08:57:53 sb 1.1.1.1.220.1: #i19699# Adapted to tightened tools/string.hxx.
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/ref/pstm.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/ref/pstm.cxx b/tools/source/ref/pstm.cxx
index 8d50d388366f..ab00d131a608 100644
--- a/tools/source/ref/pstm.cxx
+++ b/tools/source/ref/pstm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pstm.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-02-04 13:46:31 $
+ * last change: $Author: kz $ $Date: 2004-02-26 13:21:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -184,7 +184,7 @@ SvPersistStream& operator >> ( SvPersistStream & rStm,
ByteString aStr( "false list len: read = " );
aStr += ByteString::CreateFromInt32( (long)(rStm.Tell() - nObjPos) );
aStr += ", should = ";
- aStr += nObjLen;
+ aStr += ByteString::CreateFromInt64(nObjLen);
DBG_ERROR( aStr.GetBuffer() )
}
#endif