summaryrefslogtreecommitdiffstats
path: root/kword/KWTextFrameSet.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-04-05 13:55:45 -0500
committerDarrell Anderson <[email protected]>2012-04-05 13:55:45 -0500
commitabb28b96f678c5acfaf4dd0266a3deff3d1c667a (patch)
tree9a04842d43dc2134e5460509bdf9f9bd96963b42 /kword/KWTextFrameSet.cpp
parent3b34db715bb2f79602a7b54b3f4aa9f3c7d656a2 (diff)
downloadkoffice-abb28b96f678c5acfaf4dd0266a3deff3d1c667a.tar.gz
koffice-abb28b96f678c5acfaf4dd0266a3deff3d1c667a.zip
Fix typos.
Diffstat (limited to 'kword/KWTextFrameSet.cpp')
-rw-r--r--kword/KWTextFrameSet.cpp4
1 files changed, 2 insertions, 2 deletions
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*/)