diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-26 12:20:06 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-26 12:20:06 +0000 |
commit | 8e70bd7f046b20ed1f191d365cc0bdf1641386e3 (patch) | |
tree | c0e5ef58cca6976701f7e2d43eeda69b9fe14652 /tools/source | |
parent | 2f75136f2ccc217d04bdb123e0b42b5776e4ca37 (diff) |
INTEGRATION: CWS sb13 (1.8.14); FILE MERGED
2004/02/06 08:57:48 sb 1.8.14.1: #i19699# Adapted to tightened tools/string.hxx.
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/generic/config.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/generic/config.cxx b/tools/source/generic/config.cxx index dc83eeaec2fe..e90c94e064bf 100644 --- a/tools/source/generic/config.cxx +++ b/tools/source/generic/config.cxx @@ -2,9 +2,9 @@ * * $RCSfile: config.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2004-02-04 13:45:02 $ + * last change: $Author: kz $ $Date: 2004-02-26 13:20:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1174,7 +1174,7 @@ ByteString Config::GetKeyName( USHORT nKey ) const { #ifdef DBG_UTIL ByteString aTraceStr( "Config::GetKeyName( " ); - aTraceStr += nKey; + aTraceStr += ByteString::CreateFromInt32(nKey); aTraceStr += " ) from "; aTraceStr += GetGroup(); aTraceStr += " in "; |