diff options
Diffstat (limited to 'svx/source/sdr/animation/animationstate.cxx')
-rw-r--r-- | svx/source/sdr/animation/animationstate.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/sdr/animation/animationstate.cxx b/svx/source/sdr/animation/animationstate.cxx index 68746d908aac..25d80b04d2bd 100644 --- a/svx/source/sdr/animation/animationstate.cxx +++ b/svx/source/sdr/animation/animationstate.cxx @@ -28,7 +28,7 @@ namespace sdr::animation - { +{ double PrimitiveAnimation::getSmallestNextTime(double fCurrentTime) { double fRetval(0.0); @@ -130,6 +130,7 @@ namespace sdr::animation // re-setup prepareNextEvent(); } - } // end of namespace sdr + +} // end of namespace /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |