make comphelper::containerToSequence a little smarter

So we don't have to specify the source and destination type as often.

Change-Id: Id9e286417a1cb246d163cbc3c536b231a4a92624
Reviewed-on: https://gerrit.libreoffice.org/30700
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin
2016-11-08 15:53:21 +02:00
parent 57998f642d
commit 389999abdb
33 changed files with 46 additions and 61 deletions

View File

@@ -407,7 +407,7 @@ ScriptEventHelper::getEventListeners()
}
}
return comphelper::containerToSequence<OUString>(eventMethods);
return comphelper::containerToSequence(eventMethods);
}
Sequence< ScriptEventDescriptor >