diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-01-12 06:53:31 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-01-12 09:22:54 +0100 |
commit | 9f3130b762dbd617c901409b99e8cceb35383a29 (patch) | |
tree | 500699f1e1b0e1b090c16adf8266455ed89626e9 | |
parent | 99c0a4225b5c69dcdce0bb006793a3fdf351613b (diff) |
Revert "fix Werror build"
This reverts commit cabf7158a8fa3eabda8d6436f46bdaf1a6ae8516.
(cherry picked from commit a5f58fd67935503d49f263f4eb9578bdb771cb14)
-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() ) |