diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:23:06 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:23:06 +0000 |
commit | 017b874c05e46111d801124c8e3091edd5899dcf (patch) | |
tree | 9bd115794089e7a22a06579de98ac9a512d9c0a8 /linguistic/source | |
parent | 7a35646137de171fa8e258b59b775898a7d94206 (diff) |
INTEGRATION: CWS tl32 (1.7.8); FILE MERGED
2006/11/01 15:14:52 tl 1.7.8.1: #140479# warning-free code for unxlngi6(.pro)
Diffstat (limited to 'linguistic/source')
-rw-r--r-- | linguistic/source/hyphdta.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linguistic/source/hyphdta.cxx b/linguistic/source/hyphdta.cxx index 7fe4226a3fe1..e5667747e6b5 100644 --- a/linguistic/source/hyphdta.cxx +++ b/linguistic/source/hyphdta.cxx @@ -4,9 +4,9 @@ * * $RCSfile: hyphdta.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-17 03:53:44 $ + * last change: $Author: vg $ $Date: 2007-05-25 12:23:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -75,10 +75,10 @@ namespace linguistic HyphenatedWord::HyphenatedWord(const OUString &rWord, INT16 nLang, INT16 nHPos, const OUString &rHyphWord, INT16 nPos ) : aWord (rWord), - nLanguage (nLang), aHyphenatedWord (rHyphWord), + nHyphPos (nPos), nHyphenationPos (nHPos), - nHyphPos (nPos) + nLanguage (nLang) { String aSingleQuote( GetLocaleDataWrapper( nLanguage ).getQuotationMarkEnd() ); DBG_ASSERT( 1 == aSingleQuote.Len(), "unexpectend length of quotation mark" ); |