[Libreoffice-commits] core.git: slideshow/source
Noel Grandin
noelgrandin at gmail.com
Sun Nov 22 06:48:56 PST 2015
slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 55dd7c5223cc798d7b83559eba48b9d369db928a
Author: Noel Grandin <noelgrandin at gmail.com>
Date: Sun Nov 22 16:46:54 2015 +0200
loplugin:staticmethods
Change-Id: I57ab559112201269ce389bb6eff737168cec1e78
Reviewed-on: https://gerrit.libreoffice.org/20119
Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
Tested-by: Noel Grandin <noelgrandin at gmail.com>
diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx
index 4238f8e..0a12c25 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 );
More information about the Libreoffice-commits
mailing list