summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/vlcuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/vlc/vlcuno.cxx')
-rw-r--r--avmedia/source/vlc/vlcuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/vlc/vlcuno.cxx b/avmedia/source/vlc/vlcuno.cxx
index e82b4a39f8de..67b0c0c92307 100644
--- a/avmedia/source/vlc/vlcuno.cxx
+++ b/avmedia/source/vlc/vlcuno.cxx
@@ -57,7 +57,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL avmediavlc_component_getFactory(
{
const OUString aServiceName( SERVICE_NAME );
xFactory = uno::Reference< lang::XSingleServiceFactory >( ::cppu::createSingleFactory(
- reinterpret_cast< lang::XMultiServiceFactory* >( pServiceManager ),
+ static_cast< lang::XMultiServiceFactory* >( pServiceManager ),
IMPL_NAME, create_MediaPlayer, uno::Sequence< OUString >( &aServiceName, 1 ) ) );
}