diff options
Diffstat (limited to 'kword/KWTextFrameSet.cpp')
| -rw-r--r-- | kword/KWTextFrameSet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/KWTextFrameSet.cpp b/kword/KWTextFrameSet.cpp index 540794f13..a9f3e6ace 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*/) |
