diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-02 22:13:35 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-02 22:15:01 +0100 |
commit | f2cb2c6f6702a9e1488690e71395f9653900ce16 (patch) | |
tree | 3d6f08c906f66a376709e64cf72f515a88555a68 /sw/inc | |
parent | f16c427d5668e5fe9d41268e18a71cfca3aaf1c1 (diff) |
Typos
Change-Id: I70b8249827c799610a0466ebd5559169c4fac6ec
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/docary.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx index 115a86c908e0..098851e487ce 100644 --- a/sw/inc/docary.hxx +++ b/sw/inc/docary.hxx @@ -207,7 +207,7 @@ public: void dumpAsXml(struct _xmlTextWriter* pWriter) const; /** Search next or previous Redline with the same Seq. No. - Search can be restricted via Lookahaed. + Search can be restricted via Lookahead. Using 0 or USHRT_MAX makes search the whole array. */ sal_uInt16 FindNextOfSeqNo( sal_uInt16 nSttPos, sal_uInt16 nLookahead = 20 ) const; sal_uInt16 FindPrevOfSeqNo( sal_uInt16 nSttPos, sal_uInt16 nLookahead = 20 ) const; |