summaryrefslogtreecommitdiff
path: root/avmedia/source/win/player.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/win/player.cxx')
-rw-r--r--avmedia/source/win/player.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/avmedia/source/win/player.cxx b/avmedia/source/win/player.cxx
index b04eaf99ab3f..61b073d0dee2 100644
--- a/avmedia/source/win/player.cxx
+++ b/avmedia/source/win/player.cxx
@@ -476,8 +476,7 @@ sal_Bool SAL_CALL Player::supportsService( const OUString& ServiceName )
uno::Sequence< OUString > SAL_CALL Player::getSupportedServiceNames( )
throw (uno::RuntimeException)
{
- uno::Sequence< OUString > aRet(1);
- aRet[0] = AVMEDIA_WIN_PLAYER_SERVICENAME ;
+ uno::Sequence<OUString> aRet { AVMEDIA_WIN_PLAYER_SERVICENAME };
return aRet;
}