WaE: unused function 'matchIgnoreAsciiCase'
Change-Id: I5a270b7375807d1eaad9e22acea4457a0ceb5c54
This commit is contained in:
parent
0451d6e37d
commit
443dd20bae
1 changed files with 0 additions and 15 deletions
|
@ -83,21 +83,6 @@ const ne_uri g_sUriDefaultsFTP = { "ftp",
|
|||
// Constructor
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
namespace {
|
||||
|
||||
//TODO! rtl::OString::matchIgnoreAsciiCaseAsciiL() missing
|
||||
inline bool matchIgnoreAsciiCase(rtl::OString const & rStr1,
|
||||
sal_Char const * pStr2,
|
||||
sal_Int32 nStr2Len) SAL_THROW(())
|
||||
{
|
||||
return
|
||||
rtl_str_shortenedCompareIgnoreAsciiCase_WithLength(
|
||||
rStr1.getStr(), rStr1.getLength(), pStr2, nStr2Len, nStr2Len)
|
||||
== 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
NeonUri::NeonUri( const ne_uri * inUri )
|
||||
throw ( DAVException )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue