summaryrefslogtreecommitdiff
path: root/drawinglayer/source/animation
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:21:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 07:10:49 -0600
commitd0d1534b6baa7fedfd771ceb2958305eb1986c48 (patch)
treeda1b8f3931c28c12a90ab85093c809234270e7fd /drawinglayer/source/animation
parent95ab91d0fb172f8c7692cb043dfd6b079f319601 (diff)
Remove visual noise from drawinglayer
Change-Id: Ida745b9d994d09081ad3d18cdf2494a97438dc56 Reviewed-on: https://gerrit.libreoffice.org/8253 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'drawinglayer/source/animation')
-rw-r--r--drawinglayer/source/animation/animationtiming.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/drawinglayer/source/animation/animationtiming.cxx b/drawinglayer/source/animation/animationtiming.cxx
index 3a0362b17c74..be4d23b5021a 100644
--- a/drawinglayer/source/animation/animationtiming.cxx
+++ b/drawinglayer/source/animation/animationtiming.cxx
@@ -20,13 +20,13 @@
#include <drawinglayer/animation/animationtiming.hxx>
#include <basegfx/numeric/ftools.hxx>
-//////////////////////////////////////////////////////////////////////////////
+
namespace drawinglayer
{
namespace animation
{
- //////////////////////////////////////////////////////////////////////////////
+
AnimationEntry::AnimationEntry()
{
@@ -36,7 +36,7 @@ namespace drawinglayer
{
}
- //////////////////////////////////////////////////////////////////////////////
+
AnimationEntryFixed::AnimationEntryFixed(double fDuration, double fState)
: mfDuration(fDuration),
@@ -84,7 +84,7 @@ namespace drawinglayer
}
}
- //////////////////////////////////////////////////////////////////////////////
+
AnimationEntryLinear::AnimationEntryLinear(double fDuration, double fFrequency, double fStart, double fStop)
: mfDuration(fDuration),
@@ -161,7 +161,7 @@ namespace drawinglayer
}
}
- //////////////////////////////////////////////////////////////////////////////
+
sal_uInt32 AnimationEntryList::impGetIndexAtTime(double fTime, double &rfAddedTime) const
{
@@ -270,7 +270,7 @@ namespace drawinglayer
return fNewTime;
}
- //////////////////////////////////////////////////////////////////////////////
+
AnimationEntryLoop::AnimationEntryLoop(sal_uInt32 nRepeat)
: AnimationEntryList(),