summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-10-22 11:47:01 -0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-23 14:58:17 +0000
commit196f980012739d94654e6863b85b2e49f7e1a1e5 (patch)
treed9dd7f25ae8f39d43d7181c40122e46acda1b492 /include
parent786153a048e773fa094429708023c7ffc76221e3 (diff)
fdo#54938: Replace existsValue for cppu::supportsService
As now ::comphelper::existsValue is not used anymore, we're removing this too. Change-Id: I9bd2544a9c378f5a18746255133f5684867e0114 Reviewed-on: https://gerrit.libreoffice.org/6378 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/sequence.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/comphelper/sequence.hxx b/include/comphelper/sequence.hxx
index 4ac16a3a80a5..4695042670fc 100644
--- a/include/comphelper/sequence.hxx
+++ b/include/comphelper/sequence.hxx
@@ -40,16 +40,6 @@ namespace comphelper
*/
COMPHELPER_DLLPUBLIC staruno::Sequence<sal_Int16> findValue(const staruno::Sequence< OUString >& _rList, const OUString& _rValue, sal_Bool _bOnlyFirst = sal_False);
- /** Checks if the name exists
- *
- * \param Value The value to search for.
- * \param _aList The list in which to search for the value.
- * \return <TRUE/> if the value can be found, otherwise <FALSE/>.
- */
- COMPHELPER_DLLPUBLIC sal_Bool existsValue(const OUString& Value,const ::com::sun::star::uno::Sequence< OUString >& _aList);
-
-
- //-------------------------------------------------------------------------
namespace internal
{
template <class T>