diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-26 08:35:48 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-26 08:35:48 +0200 |
commit | 443dd20baed10ddbe67f63114d4dec851cc807f7 (patch) | |
tree | cd5da4517c9b8de28918b6176f4a15b148315ba7 /ucb | |
parent | 0451d6e37d8a046e2de6408bcdc65057179b7eab (diff) |
WaE: unused function 'matchIgnoreAsciiCase'
Change-Id: I5a270b7375807d1eaad9e22acea4457a0ceb5c54
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav-neon/NeonUri.cxx | 15 |
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 ) { |