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

Markus Mohrhard markus.mohrhard at googlemail.com
Sun Jan 11 21:57:34 PST 2015


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

New commits:
commit a5f58fd67935503d49f263f4eb9578bdb771cb14
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Jan 12 06:53:31 2015 +0100

    Revert "fix Werror build"
    
    This reverts commit cabf7158a8fa3eabda8d6436f46bdaf1a6ae8516.

diff --git a/slideshow/source/engine/shapes/viewmediashape.cxx b/slideshow/source/engine/shapes/viewmediashape.cxx
index 4f6c7b4..2839300 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& )
+                                                                 const OUString& rMimeType )
         {
             OSL_TRACE( "ViewMediaShape::implInitializePlayerWindow" );
             if( !mpMediaWindow.get() && !rBounds.isEmpty() )


More information about the Libreoffice-commits mailing list