diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-09 13:31:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-09 16:59:42 +0100 |
commit | ae95703819348938bf9e44bd635365e3e48cd05d (patch) | |
tree | 673328fb2669241829e582e4d9824ef1ee7eb5e9 /include/tools | |
parent | 36c1239ae14ab7861f89db8efef121d0b1448636 (diff) |
Related: fdo#38838 remove UniString::SetToken & UniString::SearchAscii
Change-Id: I5219578fbeb40a0fe363f03c64021a83f7e505fb
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/string.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/tools/string.hxx b/include/tools/string.hxx index 008a822262a2..3ab553269eb0 100644 --- a/include/tools/string.hxx +++ b/include/tools/string.hxx @@ -105,8 +105,6 @@ private: TOOLS_DLLPRIVATE inline void ImplCopyData(); TOOLS_DLLPRIVATE inline sal_Unicode * ImplCopyStringData(sal_Unicode *); - TOOLS_DLLPRIVATE xub_StrLen SearchAscii( const sal_Char* pAsciiStr, xub_StrLen nIndex ) const; - UniString( const int* pDummy ); // not implemented: to prevent UniString( NULL ) UniString(int); // not implemented; to detect misuses of // UniString(sal_Unicode) @@ -243,8 +241,6 @@ public: xub_StrLen SearchAndReplace( const UniString& rStr, const UniString& rRepStr, xub_StrLen nIndex = 0 ); - void SetToken( xub_StrLen nToken, sal_Unicode cTok, const UniString& rStr, - 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; |