diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-09 10:01:49 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-09 10:01:49 +0000 |
commit | 753d93fdf1bd144d01a9464d72ca6671b09b2b7a (patch) | |
tree | a2f65cd9ad6d128e89fde105594e85ae46113516 /svx/source/dialog | |
parent | e3547e2ba05da130ac3ed669a38923c05046ce49 (diff) |
INTEGRATION: CWS tl45 (1.16.40); FILE MERGED
2007/10/15 11:14:46 tl 1.16.40.1: #i81689# ShowLanguageErrors fixed
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/splwrap.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/dialog/splwrap.cxx b/svx/source/dialog/splwrap.cxx index 75d0dbaf71bb..c6c00ebb4d54 100644 --- a/svx/source/dialog/splwrap.cxx +++ b/svx/source/dialog/splwrap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: splwrap.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: kz $ $Date: 2007-09-05 17:44:47 $ + * last change: $Author: rt $ $Date: 2007-11-09 11:01:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -182,6 +182,7 @@ void SvxSpellWrapper::ShowLanguageErrors() } rLCS[ nLang ] = (nTmpHyph << 8) | nTmpSpell; + ++aIt; } } |