diff options
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/sequence.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/comphelper/source/misc/sequence.cxx b/comphelper/source/misc/sequence.cxx index 9c412390db12..00b3c3d584fb 100644 --- a/comphelper/source/misc/sequence.cxx +++ b/comphelper/source/misc/sequence.cxx @@ -79,15 +79,6 @@ staruno::Sequence<sal_Int16> findValue(const staruno::Sequence< OUString >& _rLi return aRetSeq; } } -// ----------------------------------------------------------------------------- -sal_Bool existsValue(const OUString& Value,const staruno::Sequence< OUString >& _aList) -{ - const OUString * pIter = _aList.getConstArray(); - const OUString * pEnd = pIter + _aList.getLength(); - return ::std::find(pIter,pEnd,Value) != pEnd; -} - -//......................................................................... } // namespace comphelper //......................................................................... |