diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:40:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:40:46 +0000 |
commit | af0fada2415e1c6980eb8eeaa817242913d40008 (patch) | |
tree | cfc37d9ed5cd50af696a4db3fcb4d0c165e903bf /xmlhelp/source/cxxhelp/qe | |
parent | 05a63d7dc2c13b443a07e0a3c36d82944122bef9 (diff) |
INTEGRATION: CWS warnings01 (1.5.18); FILE MERGED
2005/12/15 16:36:45 ab 1.5.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro
Diffstat (limited to 'xmlhelp/source/cxxhelp/qe')
-rw-r--r-- | xmlhelp/source/cxxhelp/qe/ConceptData.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xmlhelp/source/cxxhelp/qe/ConceptData.cxx b/xmlhelp/source/cxxhelp/qe/ConceptData.cxx index e0838ecd4741..7126a1d63bae 100644 --- a/xmlhelp/source/cxxhelp/qe/ConceptData.cxx +++ b/xmlhelp/source/cxxhelp/qe/ConceptData.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ConceptData.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:22:28 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:40:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -57,13 +57,13 @@ ConceptData::ConceptData( sal_Int32 id, ContextTables* contextTables ) : queryNo_( sal_uInt8( queryNo & 0xF ) ), nColumns_( sal_uInt8( nColumns & 0xF ) ), + role_( sal_uInt8( role & 0xF ) ), concept_( id ), proximity_( nColumns * ProxPerTerm ), - role_( sal_uInt8( role & 0xF ) ), penalty_( score ), + m_nRefcount( 0 ), ctx_( contextTables ), - next_( 0 ), - m_nRefcount( 0 ) + next_( 0 ) { } |