summaryrefslogtreecommitdiffstats
path: root/avmedia/source/macavf/player.mm
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-08-01 14:05:42 +0300
committerNoel Grandin <noelgrandin@gmail.com>2016-08-04 05:47:28 +0000
commit7f01cf67f8181836430fd3c8433e8bf2f55c95f2 (patch)
tree983d4518f878f76d5c3057313afc7f2e17d84288 /avmedia/source/macavf/player.mm
parentloplugin:countusersofdefaultparams in basctl..basic (diff)
downloadcore-7f01cf67f8181836430fd3c8433e8bf2f55c95f2.tar.gz
core-7f01cf67f8181836430fd3c8433e8bf2f55c95f2.zip
tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
in SoundHandler, FrameGrabber, Manager, MissingPluginInstaller, and several classes in 'avmedia' module. Change-Id: I9ab42d2ef95f3b0c724a7be9eb9e2389336a6f38 Reviewed-on: https://gerrit.libreoffice.org/27777 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'avmedia/source/macavf/player.mm')
-rw-r--r--avmedia/source/macavf/player.mm4
1 files changed, 1 insertions, 3 deletions
diff --git a/avmedia/source/macavf/player.mm b/avmedia/source/macavf/player.mm
index e747364d55af..48be43937fd3 100644
--- a/avmedia/source/macavf/player.mm
+++ b/avmedia/source/macavf/player.mm
@@ -399,9 +399,7 @@ sal_Bool SAL_CALL Player::supportsService( const ::rtl::OUString& ServiceName )
uno::Sequence< ::rtl::OUString > SAL_CALL Player::getSupportedServiceNames( )
throw (uno::RuntimeException)
{
- uno::Sequence< ::rtl::OUString > aRet { AVMEDIA_MACAVF_PLAYER_SERVICENAME };
-
- return aRet;
+ return { AVMEDIA_MACAVF_PLAYER_SERVICENAME };
}
} // namespace macavf