summaryrefslogtreecommitdiff
path: root/slideshow
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
parentec7d423f53a7beec49e7a69ccc9cb7bad366b7a3 (diff)
Remove all bogus comments in impress.
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/shapes/drawinglayeranimation.cxx4
-rw-r--r--slideshow/source/engine/shapes/gdimtftools.cxx1
-rw-r--r--slideshow/source/engine/shapes/shapeimporter.cxx2
-rw-r--r--slideshow/source/engine/shapes/viewshape.cxx4
4 files changed, 5 insertions, 6 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;
diff --git a/slideshow/source/engine/shapes/gdimtftools.cxx b/slideshow/source/engine/shapes/gdimtftools.cxx
index 9f3252453e30..68e3830523e0 100644
--- a/slideshow/source/engine/shapes/gdimtftools.cxx
+++ b/slideshow/source/engine/shapes/gdimtftools.cxx
@@ -481,7 +481,6 @@ bool getAnimationFromGraphic( VectorOfMtfAnimationFrames& o_rFrames,
pMtf->SetPrefMapMode( MapMode() );
pMtf->SetPrefSize( aAnimSize );
- // #115934#
// Take care of special value for MultiPage TIFFs. ATM these shall just
// show their first page for _quite_ some time.
sal_Int32 nWaitTime100thSeconds( rAnimBmp.nWait );
diff --git a/slideshow/source/engine/shapes/shapeimporter.cxx b/slideshow/source/engine/shapes/shapeimporter.cxx
index 864d4cabfb0b..fde007e17d23 100644
--- a/slideshow/source/engine/shapes/shapeimporter.cxx
+++ b/slideshow/source/engine/shapes/shapeimporter.cxx
@@ -367,7 +367,7 @@ ShapeSharedPtr ShapeImporter::createShape(
// animation frame)
if( !importShapeGraphic( aGraphicObject, xPropSet ) )
return ShapeSharedPtr(); // error loading graphic -
- // #142147# no placeholders in
+ // no placeholders in
// slideshow
if( !aGraphicObject.IsAnimated() )
diff --git a/slideshow/source/engine/shapes/viewshape.cxx b/slideshow/source/engine/shapes/viewshape.cxx
index 20b85756f389..128642cc2ce4 100644
--- a/slideshow/source/engine/shapes/viewshape.cxx
+++ b/slideshow/source/engine/shapes/viewshape.cxx
@@ -370,7 +370,7 @@ namespace slideshow
// nominal area for the shape (without subsetting, without
// char scaling). NOTE: to cancel the shape translation,
// contained in rSpriteBoundsPixel, this is _without_ any
- // translational component (fixed along with #121921#).
+ // translational component.
::basegfx::B2DRectangle aLogShapeBounds;
const ::basegfx::B2DRectangle& rNominalShapeBoundsPixel(
shapeArea2AreaPixel( rCanvasTransform,
@@ -438,7 +438,7 @@ namespace slideshow
// at the origin.
// NOTE: As for now, sprites are always positioned on
// integer pixel positions on screen, have to round to
- // nearest integer here, too (fixed along with #121921#)
+ // nearest integer here, too
mpSprite->setPixelOffset(
aAAOffset - ::basegfx::B2DSize(
::basegfx::fround( rSpriteCorrectionOffset.getX() ),