summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes/drawinglayeranimation.cxx
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-02-07 22:11:09 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-02-08 19:09:12 +0100
commitcd4a86b717083e36d707f0605a9cf5719a411ef0 (patch)
tree5f89ef86b2d4a0cbccc577180dd710ef49c2d3db /slideshow/source/engine/shapes/drawinglayeranimation.cxx
parentec7d423f53a7beec49e7a69ccc9cb7bad366b7a3 (diff)
Remove all bogus comments in impress.
Diffstat (limited to 'slideshow/source/engine/shapes/drawinglayeranimation.cxx')
-rw-r--r--slideshow/source/engine/shapes/drawinglayeranimation.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapes/drawinglayeranimation.cxx b/slideshow/source/engine/shapes/drawinglayeranimation.cxx
index a7cb526834bf..ef5ba29fe169 100644
--- a/slideshow/source/engine/shapes/drawinglayeranimation.cxx
+++ b/slideshow/source/engine/shapes/drawinglayeranimation.cxx
@@ -110,7 +110,7 @@ public:
double ScrollTextAnimNode::GetStateAtRelativeTime(
sal_uInt32 nRelativeTime) const
{
- // #151174# Avoid division by zero.
+ // Avoid division by zero.
if( mnDuration == 0 )
return mfStop;
@@ -359,7 +359,7 @@ sal_uInt32 ActivityImpl::GetStepWidthLogic() const
{
// step 1 pixel, canned value
- // #128389# with very high DPIs like in PDF export, this can
+ // with very high DPIs like in PDF export, this can
// still get zero. for that cases, set a default, too (taken
// from ainfoscrolltext.cxx)
nRetval = 100L;