summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/sequence.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/sequence.cxx')
-rw-r--r--comphelper/source/misc/sequence.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/sequence.cxx b/comphelper/source/misc/sequence.cxx
index 00b3c3d584fb..ea0cfe117f0d 100644
--- a/comphelper/source/misc/sequence.cxx
+++ b/comphelper/source/misc/sequence.cxx
@@ -25,7 +25,7 @@ namespace comphelper
//.........................................................................
//------------------------------------------------------------------------------
-staruno::Sequence<sal_Int16> findValue(const staruno::Sequence< OUString >& _rList, const OUString& _rValue, sal_Bool _bOnlyFirst)
+staruno::Sequence<sal_Int16> findValue(const staruno::Sequence< OUString >& _rList, const OUString& _rValue, bool _bOnlyFirst)
{
sal_Int32 nLength = _rList.getLength();