summaryrefslogtreecommitdiff
path: root/avmedia/source/opengl/ogluno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/opengl/ogluno.cxx')
-rw-r--r--avmedia/source/opengl/ogluno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/opengl/ogluno.cxx b/avmedia/source/opengl/ogluno.cxx
index b393f8ba552d..fc9f6095be34 100644
--- a/avmedia/source/opengl/ogluno.cxx
+++ b/avmedia/source/opengl/ogluno.cxx
@@ -31,7 +31,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL avmediaogl_component_getFactory(
xFactory.set( ::cppu::createSingleFactory(
static_cast< lang::XMultiServiceFactory* >( pServiceManager ),
- OUString("com.sun.star.comp.avmedia.Manager_OpenGL" ),
+ "com.sun.star.comp.avmedia.Manager_OpenGL",
create_MediaPlayer, uno::Sequence< OUString >( &aServiceName, 1 ) ) );
}