diff options
Diffstat (limited to 'slideshow/source/engine/shapes/viewmediashape.hxx')
-rw-r--r-- | slideshow/source/engine/shapes/viewmediashape.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapes/viewmediashape.hxx b/slideshow/source/engine/shapes/viewmediashape.hxx index e5cbe1be737b..ce9c9fbf5139 100644 --- a/slideshow/source/engine/shapes/viewmediashape.hxx +++ b/slideshow/source/engine/shapes/viewmediashape.hxx @@ -145,8 +145,7 @@ namespace slideshow::internal void implSetMediaProperties( const css::uno::Reference< css::beans::XPropertySet >& rxProps ); void implInitializeMediaPlayer( const OUString& rMediaURL, const OUString& rMimeType ); void implInitializePlayerWindow( const ::basegfx::B2DRectangle& rBounds, - const css::uno::Sequence< css::uno::Any >& rVCLDeviceParams, - std::u16string_view rMimeType ); + const css::uno::Sequence< css::uno::Any >& rVCLDeviceParams ); ViewLayerSharedPtr mpViewLayer; VclPtr< SystemChildWindow > mpMediaWindow; mutable css::awt::Point maWindowOffset; |