summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-01-10 16:47:10 +0100
committerAndras Timar <andras.timar@collabora.com>2015-01-12 09:22:52 +0100
commitaee36f9aef312cd8e94dc3cdd02ddd972f945b14 (patch)
treecbdcd6686f5b40bc5ae904ea8e38838d2a1f957b /slideshow
parent5a7e304e594141b68dcd2965c7507520bf6cacbe (diff)
fix Werror build
Change-Id: I1f29a83657894d234f93ce79edeab79fefacf3d1 Reviewed-on: https://gerrit.libreoffice.org/13849 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> (cherry picked from commit cabf7158a8fa3eabda8d6436f46bdaf1a6ae8516)
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/shapes/viewmediashape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/shapes/viewmediashape.cxx b/slideshow/source/engine/shapes/viewmediashape.cxx
index 283930075b8e..4f6c7b41ab30 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() )