summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-01-10 16:47:10 +0100
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-01-10 15:55:04 +0000
commitcabf7158a8fa3eabda8d6436f46bdaf1a6ae8516 (patch)
treefc53f564068686957190ade485122e92d50e55a0 /slideshow
parent6280261ad37f25219c3f232724790f012372a7ef (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>
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() )