summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-26 12:19:41 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-26 12:19:41 +0000
commit11be630d96fd9f1ffa06285699ae3d906d107fec (patch)
tree81dd019f3f7009f192428b34e98b52a10f7afc93 /tools/source
parent86e6d50c5c9964042fa5a89a4162cc1eebcdfbc8 (diff)
INTEGRATION: CWS sb13 (1.10.122); FILE MERGED
2004/02/06 08:57:44 sb 1.10.122.1: #i19699# Adapted to tightened tools/string.hxx.
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/communi/parser.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/communi/parser.cxx b/tools/source/communi/parser.cxx
index 890106083a16..482e25064bfc 100644
--- a/tools/source/communi/parser.cxx
+++ b/tools/source/communi/parser.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: parser.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:03:48 $
+ * last change: $Author: kz $ $Date: 2004-02-26 13:19:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -453,7 +453,7 @@ ByteString &InformationParser::GetErrorText()
// sErrorText = pActStream->GetFileName();
sErrorText = ByteString( sStreamName, gsl_getSystemTextEncoding());
sErrorText += ByteString( " (" );
- sErrorText += ByteString( nErrorLine );
+ sErrorText += ByteString::CreateFromInt64(nErrorLine);
sErrorText += ByteString( "): " );
switch ( nErrorCode ) {