From abb28b96f678c5acfaf4dd0266a3deff3d1c667a Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 5 Apr 2012 13:55:45 -0500 Subject: Fix typos. --- kword/KWDocument.h | 2 +- kword/KWTextFrameSet.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kword') diff --git a/kword/KWDocument.h b/kword/KWDocument.h index 3a32522e..d81d28c5 100644 --- a/kword/KWDocument.h +++ b/kword/KWDocument.h @@ -730,7 +730,7 @@ public: TQStringList listOfBookmarkName(KWViewMode * viewMode) const; void paragraphDeleted( KoTextParag *parag, KWFrameSet *frm); - void paragraphModified(KoTextParag* parag, int /*KoTextParag::ParagModifyType*/ type, int start, int lenght); + void paragraphModified(KoTextParag* parag, int /*KoTextParag::ParagModifyType*/ type, int start, int length); void initBookmarkList(); void loadImagesFromStore( KoStore *store ); diff --git a/kword/KWTextFrameSet.cpp b/kword/KWTextFrameSet.cpp index 540794f1..a9f3e6ac 100644 --- a/kword/KWTextFrameSet.cpp +++ b/kword/KWTextFrameSet.cpp @@ -177,9 +177,9 @@ void KWTextFrameSet::init() TQT_SLOT( slotParagraphModified(KoTextParag*, int, int, int) )); } -void KWTextFrameSet::slotParagraphModified(KoTextParag* _parag, int /*KoTextParag::ParagModifyType*/ _type, int start, int lenght) +void KWTextFrameSet::slotParagraphModified(KoTextParag* _parag, int /*KoTextParag::ParagModifyType*/ _type, int start, int length) { - kWordDocument()->paragraphModified(_parag, _type, start, lenght); + kWordDocument()->paragraphModified(_parag, _type, start, length); } void KWTextFrameSet::slotParagraphCreated(KoTextParag* /*_parag*/) -- cgit v1.2.1