diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/string/tustring.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/source/string/tustring.cxx b/tools/source/string/tustring.cxx index 48d1a44e38ec..04d01a87a9e2 100644 --- a/tools/source/string/tustring.cxx +++ b/tools/source/string/tustring.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tustring.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: th $ $Date: 2001-03-16 15:25:57 $ + * last change: $Author: kz $ $Date: 2004-02-26 13:21:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,6 +99,8 @@ DBG_NAMEEX( ByteString ); #include <strucvt.cxx> #include <strascii.cxx> +UniString::UniString(char c): mpData(ImplAllocData(1)) { mpData->maStr[0] = c; } + // ----------------------------------------------------------------------- UniString UniString::CreateFromInt32( sal_Int32 n, sal_Int16 nRadix ) |