From 332d71b4b3cfb26c409bf0e897d8b812b524a8ee Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 1 Jun 2014 13:58:40 +0200 Subject: Typo: hanlde->handle Change-Id: I79e9018207c11c6f523dffc96ced1ff72fd728bc --- filter/source/msfilter/svdfppt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx index 20acbda79dc9..0c97eb336d46 100644 --- a/filter/source/msfilter/svdfppt.cxx +++ b/filter/source/msfilter/svdfppt.cxx @@ -699,7 +699,7 @@ void SdrEscherImport::RecolorGraphic( SvStream& rSt, sal_uInt32 nRecLen, Graphic } } -/* ProcessObject is called from ImplSdPPTImport::ProcessObj to hanlde all application specific things, +/* ProcessObject is called from ImplSdPPTImport::ProcessObj to handle all application specific things, such as the import of text, animation effects, header footer and placeholder. The parameter pOriginalObj is the object as it was imported by our general escher import, it must either -- cgit