summaryrefslogtreecommitdiff
path: root/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:57:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:57:43 +0000
commit97eb6d721971ce8c9bbf09f7c31b69b55332d17f (patch)
treeb2f53a0bcf43db581458589ed613f8eeb77fdce4 /lingucomponent/source/thesaurus/libnth/nthesdta.cxx
parentc4ed4e3081c086b31fb0e12dcd4ebac97c587ab4 (diff)
INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED
2005/12/07 11:18:46 os 1.3.18.1: #i53598# warnings removed
Diffstat (limited to 'lingucomponent/source/thesaurus/libnth/nthesdta.cxx')
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesdta.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesdta.cxx b/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
index d0e6f7f9e0a5..864ea6df5118 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: nthesdta.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:44:00 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:57:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -75,9 +75,9 @@ Meaning::Meaning(
const OUString &rTerm, INT16 nLang) :
#endif
+ aSyn ( Sequence< OUString >(1) ),
aTerm (rTerm),
- nLanguage (nLang),
- aSyn ( Sequence< OUString >(1) )
+ nLanguage (nLang)
{
#if 0