diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-01-12 06:53:31 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-01-12 06:53:31 +0100 |
commit | a5f58fd67935503d49f263f4eb9578bdb771cb14 (patch) | |
tree | 3976b3105cf261ca6103d4bc8fefeac0b1c5110b /slideshow | |
parent | 80bbe4a4dcbb0286f472ca3ee0e21746995fe4a6 (diff) |
Revert "fix Werror build"
This reverts commit cabf7158a8fa3eabda8d6436f46bdaf1a6ae8516.
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/shapes/viewmediashape.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/shapes/viewmediashape.cxx b/slideshow/source/engine/shapes/viewmediashape.cxx index 4f6c7b41ab30..283930075b8e 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() ) |