diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-15 00:10:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-15 09:21:49 +0100 |
commit | 90fe8dadaaad07aee2ec513eab1ad75bbf306cb3 (patch) | |
tree | a84008d4e036d9b4476c96fdfa100a2d132cb336 /tools | |
parent | 3324eca4eddb906c0a0d8efbc86b097f96a2c3a7 (diff) |
add a jdk 1.5-alike string replace to comphelper::string
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/string.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/inc/tools/string.hxx b/tools/inc/tools/string.hxx index fd89e28fd71e..ae4d8a9955ea 100644 --- a/tools/inc/tools/string.hxx +++ b/tools/inc/tools/string.hxx @@ -169,10 +169,10 @@ private: // of ByteString(sal_Char); ByteString( const UniString& rUniStr, xub_StrLen nPos, xub_StrLen nLen, rtl_TextEncoding eTextEncoding, - sal_uInt32 nCvtFlags = UNISTRING_TO_BYTESTRING_CVTFLAGS ); + sal_uInt32 nCvtFlags = UNISTRING_TO_BYTESTRING_CVTFLAGS ); //not implemented, to detect use of removed methods without compiler making something to fit ByteString( const sal_Unicode* pUniStr, xub_StrLen nLen, rtl_TextEncoding eTextEncoding, - sal_uInt32 nCvtFlags = UNISTRING_TO_BYTESTRING_CVTFLAGS ); + sal_uInt32 nCvtFlags = UNISTRING_TO_BYTESTRING_CVTFLAGS ); //not implemented, to detect use of removed methods without compiler making somethiing to fit void Assign(int); // not implemented; to detect misuses of // Assign(sal_Char) void operator =(int); // not implemented; to detect misuses |