summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 13:47:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 13:47:27 +0000
commit22b2766435c89d1850f6a31184bb3780923436cd (patch)
treee14527ef2157c5c5843ec4d0e62717a87e951cf1 /lingucomponent
parentfc1a6876ae9b0dcbc5de23b896a69140c9c3813e (diff)
INTEGRATION: CWS hr50 (1.11.24); FILE MERGED
2008/04/10 17:39:30 hr 1.11.24.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesimp.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx
index 6b32912f28ec..203ea7112f3d 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: nthesimp.cxx,v $
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
* This file is part of OpenOffice.org.
*
@@ -459,8 +459,9 @@ void SAL_CALL
xPropHelper = pPropHelper;
pPropHelper->AddAsPropListener(); //! after a reference is established
}
- else
+ else {
DBG_ERROR( "wrong number of arguments in sequence" );
+ }
}
}