diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-21 15:27:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-22 12:21:35 +0100 |
commit | 28c9207da43551059e283008225abfdfb4a988be (patch) | |
tree | 111ae9308cd0903e8c930cca45857ad119a493e2 /include/tools | |
parent | 3656a57e885065db046d774e27d0834884744a3c (diff) |
Related: fdo#38838 remove UniString::InsertAscii
Change-Id: I949b62842d77fe83caed2cc79784fe1e3f3ae400
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/string.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/string.hxx b/include/tools/string.hxx index 543ad6fe0ac3..eedb3bdf3077 100644 --- a/include/tools/string.hxx +++ b/include/tools/string.hxx @@ -221,7 +221,6 @@ public: UniString& Insert( const UniString& rStr, xub_StrLen nPos, xub_StrLen nLen, xub_StrLen nIndex = STRING_LEN ); UniString& Insert( sal_Unicode c, xub_StrLen nIndex = STRING_LEN ); - UniString& InsertAscii( const sal_Char* pAsciiStr, xub_StrLen nIndex = STRING_LEN ); UniString& Replace( xub_StrLen nIndex, xub_StrLen nLen, const UniString& rStr ); UniString& Erase( xub_StrLen nIndex = 0, xub_StrLen nCount = STRING_LEN ); UniString Copy( xub_StrLen nIndex = 0, xub_StrLen nCount = STRING_LEN ) const; |