summaryrefslogtreecommitdiff
path: root/sd/source/filter
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-07-16 19:37:32 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-07-16 19:40:58 +0200
commite0f7e213af28c8397bcc69b007a3c88248287a5f (patch)
tree57ce57dd13c98c7b1b2a31942f24fccd50b3380c /sd/source/filter
parente0ee0d444e5107bc2bbc2ac9f3bda19150f4f82b (diff)
the unknwon typo is surprisingly popular
Change-Id: Iffe25051c8357019521196f9a27065d6108ede47
Diffstat (limited to 'sd/source/filter')
-rw-r--r--sd/source/filter/ppt/pptinanimations.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/ppt/pptinanimations.cxx b/sd/source/filter/ppt/pptinanimations.cxx
index b51924722000..03e0203c70dc 100644
--- a/sd/source/filter/ppt/pptinanimations.cxx
+++ b/sd/source/filter/ppt/pptinanimations.cxx
@@ -3112,7 +3112,7 @@ sal_Int32 AnimationImporter::importTargetElementContainer( const Atom* pAtom, An
}
break;
default:
- OSL_FAIL("unknwon atom inside ppt::AnimationImporter::importTargetElementContainer()!");
+ OSL_FAIL("unknown atom inside ppt::AnimationImporter::importTargetElementContainer()!");
break;
}
@@ -3143,7 +3143,7 @@ void AnimationImporter::importPropertySetContainer( const Atom* pAtom, PropertyS
}
else
{
- OSL_FAIL("unknwon atom inside ppt::AnimationImporter::importPropertySetContainer()!");
+ OSL_FAIL("unknown atom inside ppt::AnimationImporter::importPropertySetContainer()!");
}
pChildAtom = pAtom->findNextChildAtom( pChildAtom );