summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 13:47:15 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 13:47:15 +0000
commitfc1a6876ae9b0dcbc5de23b896a69140c9c3813e (patch)
treedb80d0af2bba50727c2dded56c4f5a477984f5cd
parentd45be774fd4657c12a3e5b84f57c926192f0ef46 (diff)
INTEGRATION: CWS hr50 (1.18.96); FILE MERGED
2008/04/10 17:39:30 hr 1.18.96.1: #i86574#: fix warning (gcc-4.2.3)
-rw-r--r--lingucomponent/source/spellcheck/spell/sspellimp.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
index 4018df4d87e9..91357dfd6beb 100644
--- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx
+++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: sspellimp.cxx,v $
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
* This file is part of OpenOffice.org.
*
@@ -568,8 +568,9 @@ void SAL_CALL
xPropHelper = pPropHelper;
pPropHelper->AddAsPropListener(); //! after a reference is established
}
- else
+ else {
DBG_ERROR( "wrong number of arguments in sequence" );
+ }
}
}