summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-14 14:04:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-14 14:04:23 +0100
commit5167539b10478cdb14d6690147d440d99ea05e83 (patch)
treefa6c45d50f46309579e1495d5efdb53f960d717b /include
parent767a65d9dd11308cb8f1384f80a7aab8c7ff5a38 (diff)
Related: fdo#38838 one UniString::Search variant now unused
Change-Id: Id0b7b9bf53985f0692cd446a528274fb2009d33e
Diffstat (limited to 'include')
-rw-r--r--include/tools/string.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/string.hxx b/include/tools/string.hxx
index 5fd64e9e6d88..543ad6fe0ac3 100644
--- a/include/tools/string.hxx
+++ b/include/tools/string.hxx
@@ -137,6 +137,7 @@ private:
TOOLS_DLLPRIVATE sal_Bool Equals( const sal_Unicode* pCharStr,
xub_StrLen nIndex, xub_StrLen nLen ) const;
TOOLS_DLLPRIVATE sal_Bool EqualsIgnoreCaseAscii( const sal_Unicode* pCharStr ) const;
+ TOOLS_DLLPRIVATE xub_StrLen Search( const sal_Unicode* pCharStr, xub_StrLen nIndex = 0 ) const;
public:
UniString();
UniString( const ResId& rResId );
@@ -250,7 +251,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 Search( const sal_Unicode* pCharStr, xub_StrLen nIndex = 0 ) const;
xub_StrLen SearchAscii( const sal_Char* pAsciiStr, xub_StrLen nIndex = 0 ) const;
xub_StrLen SearchBackward( sal_Unicode c, xub_StrLen nIndex = STRING_LEN ) const;