From 9891cb881b68d643bcae6160e2284be4728a3612 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 10 Aug 2013 12:30:11 +0100 Subject: Related: fdo#38838 remove String::Equals(const sal_Unicode* ...) Change-Id: I6eeede3261e7b6f5ad81a4d2fa9ecc6c07002dbb --- include/tools/string.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/tools') diff --git a/include/tools/string.hxx b/include/tools/string.hxx index e1854803bc5c..9de7baa15ef6 100644 --- a/include/tools/string.hxx +++ b/include/tools/string.hxx @@ -134,6 +134,8 @@ private: TOOLS_DLLPRIVATE UniString( sal_Unicode c ); TOOLS_DLLPRIVATE UniString& Assign( const sal_Unicode* pCharStr, xub_StrLen nLen ); TOOLS_DLLPRIVATE UniString& Expand( xub_StrLen nCount, sal_Unicode cExpandChar ); + TOOLS_DLLPRIVATE sal_Bool Equals( const sal_Unicode* pCharStr, + xub_StrLen nIndex, xub_StrLen nLen ) const; public: UniString(); UniString( const ResId& rResId ); @@ -242,8 +244,6 @@ public: sal_Bool EqualsIgnoreCaseAscii( const sal_Char* pAsciiStr ) const; sal_Bool Equals( const UniString& rStr, xub_StrLen nIndex, xub_StrLen nLen ) const; - sal_Bool Equals( const sal_Unicode* pCharStr, - xub_StrLen nIndex, xub_StrLen nLen ) const; sal_Bool EqualsAscii( const sal_Char* pAsciiStr, xub_StrLen nIndex, xub_StrLen nLen ) const; sal_Bool EqualsIgnoreCaseAscii( const UniString& rStr, -- cgit