summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterPaneAnimator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneAnimator.cxx')
-rw-r--r--sdext/source/presenter/PresenterPaneAnimator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterPaneAnimator.cxx b/sdext/source/presenter/PresenterPaneAnimator.cxx
index f3864045b768..dc1c0f5df1cc 100644
--- a/sdext/source/presenter/PresenterPaneAnimator.cxx
+++ b/sdext/source/presenter/PresenterPaneAnimator.cxx
@@ -1305,7 +1305,7 @@ void InterpolatePosition (
{
const double nQ (1 - nP);
- OSL_TRACE("InterpolatePosition %f\n", nP);
+ OSL_TRACE("InterpolatePosition %f", nP);
rSetter(
geometry::RealPoint2D(
nQ * rInitialBox.X + nP * rFinalBox.X,