[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - slideshow/source

Markus Mohrhard markus.mohrhard at googlemail.com
Sat Jan 10 07:55:31 PST 2015


 slideshow/source/engine/shapes/viewmediashape.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cabf7158a8fa3eabda8d6436f46bdaf1a6ae8516
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat Jan 10 16:47:10 2015 +0100

    fix Werror build
    
    Change-Id: I1f29a83657894d234f93ce79edeab79fefacf3d1
    Reviewed-on: https://gerrit.libreoffice.org/13849
    Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>
    Tested-by: Norbert Thiebaud <nthiebaud at gmail.com>

diff --git a/slideshow/source/engine/shapes/viewmediashape.cxx b/slideshow/source/engine/shapes/viewmediashape.cxx
index 2839300..4f6c7b4 100644
--- a/slideshow/source/engine/shapes/viewmediashape.cxx
+++ b/slideshow/source/engine/shapes/viewmediashape.cxx
@@ -440,7 +440,7 @@ namespace slideshow
 
         bool ViewMediaShape::implInitializePlayerWindow( const ::basegfx::B2DRectangle&   rBounds,
                                                                  const uno::Sequence< uno::Any >& rVCLDeviceParams,
-                                                                 const OUString& rMimeType )
+                                                                 const OUString& )
         {
             OSL_TRACE( "ViewMediaShape::implInitializePlayerWindow" );
             if( !mpMediaWindow.get() && !rBounds.isEmpty() )


More information about the Libreoffice-commits mailing list