summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/update.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/configmgr/source/update.cxx b/configmgr/source/update.cxx
index a830dd616f73..e084a920e614 100644
--- a/configmgr/source/update.cxx
+++ b/configmgr/source/update.cxx
@@ -51,9 +51,7 @@ namespace {
std::set< OUString > seqToSet(
css::uno::Sequence< OUString > const & sequence)
{
- return std::set< OUString >(
- sequence.getConstArray(),
- sequence.getConstArray() + sequence.getLength());
+ return std::set< OUString >( sequence.begin(), sequence.end() );
}
class Service: