diff options
Diffstat (limited to 'avmedia/source/gstreamer/gstwindow.cxx')
-rw-r--r-- | avmedia/source/gstreamer/gstwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/gstreamer/gstwindow.cxx b/avmedia/source/gstreamer/gstwindow.cxx index df128744e0f0..98a6c78738bf 100644 --- a/avmedia/source/gstreamer/gstwindow.cxx +++ b/avmedia/source/gstreamer/gstwindow.cxx @@ -175,7 +175,7 @@ void SAL_CALL Window::removeEventListener( const uno::Reference< lang::XEventLis OUString SAL_CALL Window::getImplementationName( ) { - return OUString( AVMEDIA_GST_WINDOW_IMPLEMENTATIONNAME ); + return AVMEDIA_GST_WINDOW_IMPLEMENTATIONNAME; } sal_Bool SAL_CALL Window::supportsService( const OUString& ServiceName ) |