diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-17 11:43:40 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-17 15:22:20 +0200 |
commit | c65eb7e56934b22f9bea68e62c0a51fd59869f1c (patch) | |
tree | 969c97ef97180a4d70cb6b1ccc610c0240800d5c /include | |
parent | 5df4743236c0d41ad0d28ba7e743f2ea4f74c8e5 (diff) |
Related: fdo#38838 remove String::SearchAndReplace
Change-Id: I1cc52d0be360b05e722a18b3ca5d08b2b0b0842d
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/string.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/tools/string.hxx b/include/tools/string.hxx index 8441ac05453c..f8a9d88df906 100644 --- a/include/tools/string.hxx +++ b/include/tools/string.hxx @@ -233,11 +233,6 @@ public: xub_StrLen Search( sal_Unicode c, xub_StrLen nIndex = 0 ) const; xub_StrLen Search( const UniString& rStr, xub_StrLen nIndex = 0 ) const; - xub_StrLen SearchAndReplace( sal_Unicode c, sal_Unicode cRep, - xub_StrLen nIndex = 0 ); - xub_StrLen SearchAndReplace( const UniString& rStr, const UniString& rRepStr, - xub_StrLen nIndex = 0 ); - UniString GetToken( xub_StrLen nToken, sal_Unicode cTok, sal_Int32& rIndex ) const; UniString GetToken( xub_StrLen nToken, sal_Unicode cTok = ';' ) const; |