diff options
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/win/framegrabber.cxx | 2 | ||||
-rw-r--r-- | avmedia/source/win/manager.cxx | 2 | ||||
-rw-r--r-- | avmedia/source/win/player.cxx | 2 | ||||
-rw-r--r-- | avmedia/source/win/window.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/avmedia/source/win/framegrabber.cxx b/avmedia/source/win/framegrabber.cxx index 9b6e755f93e7..4ef3ce92f54a 100644 --- a/avmedia/source/win/framegrabber.cxx +++ b/avmedia/source/win/framegrabber.cxx @@ -204,7 +204,7 @@ uno::Reference< graphic::XGraphic > SAL_CALL FrameGrabber::grabFrame( double fMe OUString SAL_CALL FrameGrabber::getImplementationName( ) { - return OUString( AVMEDIA_WIN_FRAMEGRABBER_IMPLEMENTATIONNAME ); + return AVMEDIA_WIN_FRAMEGRABBER_IMPLEMENTATIONNAME; } diff --git a/avmedia/source/win/manager.cxx b/avmedia/source/win/manager.cxx index 4282b2599ff8..1068fc9639e2 100644 --- a/avmedia/source/win/manager.cxx +++ b/avmedia/source/win/manager.cxx @@ -56,7 +56,7 @@ uno::Reference< media::XPlayer > SAL_CALL Manager::createPlayer( const OUString& OUString SAL_CALL Manager::getImplementationName( ) { - return OUString( AVMEDIA_WIN_MANAGER_IMPLEMENTATIONNAME ); + return AVMEDIA_WIN_MANAGER_IMPLEMENTATIONNAME; } diff --git a/avmedia/source/win/player.cxx b/avmedia/source/win/player.cxx index 7e3dd0a4965c..32ad54b9b7d4 100644 --- a/avmedia/source/win/player.cxx +++ b/avmedia/source/win/player.cxx @@ -435,7 +435,7 @@ uno::Reference< media::XFrameGrabber > SAL_CALL Player::createFrameGrabber( ) OUString SAL_CALL Player::getImplementationName( ) { - return OUString( AVMEDIA_WIN_PLAYER_IMPLEMENTATIONNAME ); + return AVMEDIA_WIN_PLAYER_IMPLEMENTATIONNAME; } diff --git a/avmedia/source/win/window.cxx b/avmedia/source/win/window.cxx index 44dfb7b239ac..2f7c1209f270 100644 --- a/avmedia/source/win/window.cxx +++ b/avmedia/source/win/window.cxx @@ -476,7 +476,7 @@ void Window::fireSetFocusEvent( const css::awt::FocusEvent& rEvt ) OUString SAL_CALL Window::getImplementationName( ) { - return OUString( AVMEDIA_WIN_WINDOW_IMPLEMENTATIONNAME ); + return AVMEDIA_WIN_WINDOW_IMPLEMENTATIONNAME; } sal_Bool SAL_CALL Window::supportsService( const OUString& ServiceName ) |