summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ucb/source/ucp/webdav-neon/NeonUri.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/ucb/source/ucp/webdav-neon/NeonUri.cxx b/ucb/source/ucp/webdav-neon/NeonUri.cxx
index 5c5996c31636..f02e0d41b1c8 100644
--- a/ucb/source/ucp/webdav-neon/NeonUri.cxx
+++ b/ucb/source/ucp/webdav-neon/NeonUri.cxx
@@ -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 )
{