diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-11-22 16:46:54 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-11-22 14:48:26 +0000 |
commit | 55dd7c5223cc798d7b83559eba48b9d369db928a (patch) | |
tree | 6643033ef4234e20ca8deb6b71c34bf4841f0afd /slideshow | |
parent | 0bba0524c5090831653e7acae09e26b18f6bb481 (diff) |
loplugin:staticmethods
Change-Id: I57ab559112201269ce389bb6eff737168cec1e78
Reviewed-on: https://gerrit.libreoffice.org/20119
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx index 4238f8ea8b91..0a12c255ca5e 100644 --- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx +++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx @@ -168,9 +168,8 @@ protected: } void setScene(TransitionScene const& rScene); - // void setSettings(TransitionSettings const& rSettings); - void displaySlide( double nTime, sal_Int32 glSlideTex, const Primitives_t& primitives, double SlideWidthScale, double SlideHeightScale ); + static void displaySlide( double nTime, sal_Int32 glSlideTex, const Primitives_t& primitives, double SlideWidthScale, double SlideHeightScale ); void displayScene( double nTime, double SlideWidth, double SlideHeight, double DispWidth, double DispHeight); void applyOverallOperations( double nTime, double SlideWidthScale, double SlideHeightScale ); |