diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-06-01 13:58:40 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-06-01 14:00:06 +0200 |
commit | 332d71b4b3cfb26c409bf0e897d8b812b524a8ee (patch) | |
tree | b48250d3961c311751bc8b62263e816b3e965db0 | |
parent | ecdc4754e9050c13ea38eb3b356cb6d09bdae4fc (diff) |
Typo: hanlde->handle
Change-Id: I79e9018207c11c6f523dffc96ced1ff72fd728bc
-rw-r--r-- | filter/source/msfilter/svdfppt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |