From af0fada2415e1c6980eb8eeaa817242913d40008 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 23:40:46 +0000
Subject: 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
---
xmlhelp/source/cxxhelp/qe/ConceptData.cxx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'xmlhelp/source/cxxhelp/qe')
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 )
{
}
--
cgit