diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-29 09:55:11 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-05 09:30:40 +0200 |
commit | 6ca16a4cad999dbb0296ea64db2263a26e52f36c (patch) | |
tree | 3a7cae9635647f616df0d5ff024901331aa571fb /sd/source/ui/slideshow/slideshowimpl.hxx | |
parent | cc7af44abd5999cf8af69dd8e5e8f86908a3fcb6 (diff) |
loplugin:staticmethods
Change-Id: Ie7a1a5bc61d19aebd11a00c63c1f4104d893efbe
Diffstat (limited to 'sd/source/ui/slideshow/slideshowimpl.hxx')
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.hxx b/sd/source/ui/slideshow/slideshowimpl.hxx index 61a9aaec1c0e..2840465d6ae1 100644 --- a/sd/source/ui/slideshow/slideshowimpl.hxx +++ b/sd/source/ui/slideshow/slideshowimpl.hxx @@ -306,9 +306,9 @@ private: void registerShapeEvents( sal_Int32 nSlideNumber ); void registerShapeEvents( css::uno::Reference< css::drawing::XShapes >& xShapes ) throw (css::uno::Exception); - css::uno::Reference< css::presentation::XSlideShow > createSlideShow() const; + static css::uno::Reference< css::presentation::XSlideShow > createSlideShow(); - void setAutoSaveState( bool bOn ); + static void setAutoSaveState( bool bOn ); void gotoPreviousSlide (const bool bSkipAllMainSequenceEffects); /** Called by PostYieldListener and updateHdl handlers this method is |