summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/animationfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/animationfactory.hxx')
-rw-r--r--slideshow/source/inc/animationfactory.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/slideshow/source/inc/animationfactory.hxx b/slideshow/source/inc/animationfactory.hxx
index af3b9b9a4e49..3004c71308a9 100644
--- a/slideshow/source/inc/animationfactory.hxx
+++ b/slideshow/source/inc/animationfactory.hxx
@@ -137,6 +137,9 @@ namespace slideshow::internal
const double fDuration,
const ShapeManagerSharedPtr& rShapeManager,
const ::basegfx::B2DVector& rSlideSize,
+ const ::basegfx::B2DVector& rStartVelocity,
+ const double fDensity,
+ const double fBounciness,
int nFlags );
}