summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-01 15:45:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-01 20:05:49 +0000
commit0d4996862b5df79fd601eff6193d5718f8f84047 (patch)
tree9ec8b740d17219de71d10f9fd311f8a1a888202a /sd
parent441fa1c03664081d76bf6007c4ac0aee32f56342 (diff)
Fix typos
Change-Id: I9701cc93a9f4315e71c133237fdd96ef6964c8ff Reviewed-on: https://gerrit.libreoffice.org/29438 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/CustomAnimationEffect.cxx4
-rw-r--r--sd/source/core/EffectMigration.cxx2
-rw-r--r--sd/source/core/PageListWatcher.cxx2
-rw-r--r--sd/source/filter/html/htmlex.cxx2
4 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/core/CustomAnimationEffect.cxx b/sd/source/core/CustomAnimationEffect.cxx
index da8d1bd5ae75..b7e9bead245e 100644
--- a/sd/source/core/CustomAnimationEffect.cxx
+++ b/sd/source/core/CustomAnimationEffect.cxx
@@ -313,7 +313,7 @@ sal_Int32 CustomAnimationEffect::getNumberOfSubitems( const Any& aTarget, sal_In
{
xEnumeration->nextElement() >>= xParagraph;
- // skip this if its not the only paragraph we want to count
+ // skip this if it's not the only paragraph we want to count
if( (nOnlyPara != -1) && (nOnlyPara != nPara ) )
continue;
@@ -2496,7 +2496,7 @@ void EffectSequenceHelper::createTextGroupParagraphEffects( const CustomAnimatio
}
else
{
- // reuse first effect if its not yet used
+ // reuse first effect if it's not yet used
pNewEffect = pEffect;
bUsed = true;
aInsertIter = find( pNewEffect );
diff --git a/sd/source/core/EffectMigration.cxx b/sd/source/core/EffectMigration.cxx
index 140c2405ed71..cac25968e4b0 100644
--- a/sd/source/core/EffectMigration.cxx
+++ b/sd/source/core/EffectMigration.cxx
@@ -1169,7 +1169,7 @@ void EffectMigration::SetPresentationOrder( SvxShape* pShape, sal_Int32 nNewPos
/** Returns the position of the given SdrObject in the Presentation order.
* This function returns -1 if the SdrObject is not in the Presentation order
- * or if its the path-object.
+ * or if it's the path-object.
*/
sal_Int32 EffectMigration::GetPresentationOrder( SvxShape* pShape )
{
diff --git a/sd/source/core/PageListWatcher.cxx b/sd/source/core/PageListWatcher.cxx
index a0c0771e8cda..cb05d4be1f7d 100644
--- a/sd/source/core/PageListWatcher.cxx
+++ b/sd/source/core/PageListWatcher.cxx
@@ -109,7 +109,7 @@ SdPage* ImpPageListWatcher::GetSdPage(PageKind ePgKind, sal_uInt32 nPgNum)
}
case PK_HANDOUT:
{
-// #11420# for models used to transfer drawing shapes via clipboard its ok to not have a handout page
+// #11420# for models used to transfer drawing shapes via clipboard it's ok to not have a handout page
DBG_ASSERT(nPgNum == 0L, "ImpPageListWatcher::GetSdPage: access to non existing handout page (!)");
if (nPgNum == 0)
pRetval = mpHandoutPage;
diff --git a/sd/source/filter/html/htmlex.cxx b/sd/source/filter/html/htmlex.cxx
index e495a5f1a220..28141c3d9d83 100644
--- a/sd/source/filter/html/htmlex.cxx
+++ b/sd/source/filter/html/htmlex.cxx
@@ -2199,7 +2199,7 @@ void HtmlExport::CreateFileNames()
OUString const & HtmlExport::getDocumentTitle()
{
- // check for a title object in this page, if its the first
+ // check for a title object in this page, if it's the first
// title it becomes this documents title for the content
// page
if( !mbHeader )