From 7f436c1fd3a5f879fc99652043befb35158b3321 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 26 Sep 2013 11:44:54 +0200 Subject: typo fixes in comments Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab --- slideshow/source/engine/shapes/shapeimporter.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slideshow') diff --git a/slideshow/source/engine/shapes/shapeimporter.cxx b/slideshow/source/engine/shapes/shapeimporter.cxx index 6c958a0c406e..5d1879fde006 100644 --- a/slideshow/source/engine/shapes/shapeimporter.cxx +++ b/slideshow/source/engine/shapes/shapeimporter.cxx @@ -344,8 +344,8 @@ ShapeSharedPtr ShapeImporter::createShape( { // no animation - simply utilize plain draw shape import - // import shape as bitmap - either its a bitmap - // anyway, or its a metafile, which currently the + // import shape as bitmap - either it's a bitmap + // anyway, or it's a metafile, which currently the // metafile renderer might not display correctly. return DrawShape::create( xCurrShape, mxPage, -- cgit