diff options
Diffstat (limited to 'sd/source/ui/slideshow/slideshowimpl.hxx')
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.hxx b/sd/source/ui/slideshow/slideshowimpl.hxx index 09177762c598..b6cd778d8763 100644 --- a/sd/source/ui/slideshow/slideshowimpl.hxx +++ b/sd/source/ui/slideshow/slideshowimpl.hxx @@ -185,7 +185,7 @@ public: /// @throws css::uno::RuntimeException void hyperLinkClicked(const OUString & hyperLink); void click(const css::uno::Reference< css::drawing::XShape > & xShape); - bool swipe(const CommandSwipeData &rSwipeData); + bool swipe(const CommandGestureSwipeData &rSwipeData); bool longpress(const CommandLongPressData& rLongPressData); /// ends the presentation async |