summaryrefslogtreecommitdiff
path: root/ucb/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/inc')
-rw-r--r--ucb/source/inc/regexpmap.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/ucb/source/inc/regexpmap.hxx b/ucb/source/inc/regexpmap.hxx
index d1c68391d873..606423852bf6 100644
--- a/ucb/source/inc/regexpmap.hxx
+++ b/ucb/source/inc/regexpmap.hxx
@@ -449,8 +449,6 @@ public:
const_iterator end() const;
- bool empty() const;
-
size_type size() const;
Val const * map(OUString const & rString,
@@ -604,15 +602,6 @@ typename RegexpMap< Val >::const_iterator RegexpMap< Val >::end() const
}
template< typename Val >
-bool RegexpMap< Val >::empty() const
-{
- return !m_pImpl->m_pDefault
- && m_pImpl->m_aList[Regexp::KIND_PREFIX].empty()
- && m_pImpl->m_aList[Regexp::KIND_AUTHORITY].empty()
- && m_pImpl->m_aList[Regexp::KIND_DOMAIN].empty();
-}
-
-template< typename Val >
typename RegexpMap< Val >::size_type RegexpMap< Val >::size() const
{
return (m_pImpl->m_pDefault ? 1 : 0)