[Libreoffice-commits] core.git: avmedia/source

Stephan Bergmann sbergman at redhat.com
Tue Jan 17 21:20:10 UTC 2017


 avmedia/source/macavf/player.mm |    2 +-
 avmedia/source/macavf/window.mm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit be2c955afda01680630f6988a1edcc55fd86fe22
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Jan 17 22:19:34 2017 +0100

    loplugin:stringconstant
    
    Change-Id: Ia8e65f768d47dbbec126545aa1cf859efa59cc38

diff --git a/avmedia/source/macavf/player.mm b/avmedia/source/macavf/player.mm
index c573a0f..bd63aca 100644
--- a/avmedia/source/macavf/player.mm
+++ b/avmedia/source/macavf/player.mm
@@ -362,7 +362,7 @@ uno::Reference< media::XFrameGrabber > SAL_CALL Player::createFrameGrabber()
 ::rtl::OUString SAL_CALL Player::getImplementationName(  )
     throw (uno::RuntimeException)
 {
-    return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( AVMEDIA_MACAVF_PLAYER_IMPLEMENTATIONNAME ) );
+    return ::rtl::OUString( AVMEDIA_MACAVF_PLAYER_IMPLEMENTATIONNAME );
 }
 
 
diff --git a/avmedia/source/macavf/window.mm b/avmedia/source/macavf/window.mm
index 805ee26..b1c64d8 100644
--- a/avmedia/source/macavf/window.mm
+++ b/avmedia/source/macavf/window.mm
@@ -268,7 +268,7 @@ void SAL_CALL Window::removeEventListener( const uno::Reference< lang::XEventLis
 ::rtl::OUString SAL_CALL Window::getImplementationName(  )
     throw (uno::RuntimeException)
 {
-    return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( AVMEDIA_MACAVF_WINDOW_IMPLEMENTATIONNAME ) );
+    return ::rtl::OUString( AVMEDIA_MACAVF_WINDOW_IMPLEMENTATIONNAME );
 }
 
 


More information about the Libreoffice-commits mailing list