summaryrefslogtreecommitdiff
path: root/linguistic/source/spelldta.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-11-09 09:55:55 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-11-09 09:55:55 +0000
commite3547e2ba05da130ac3ed669a38923c05046ce49 (patch)
treeaf70f4931e19834b8c9989d60e2bc9ead121b62b /linguistic/source/spelldta.cxx
parent46b603d0bd6da525f86dc790cce1105e031cd8d1 (diff)
INTEGRATION: CWS tl45 (1.6.22); FILE MERGED
2007/10/15 11:24:01 tl 1.6.22.1: #i82090# warning when compiling with debug=t fixed
Diffstat (limited to 'linguistic/source/spelldta.cxx')
-rw-r--r--linguistic/source/spelldta.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/spelldta.cxx b/linguistic/source/spelldta.cxx
index a45d80c4049a..ace9988843c9 100644
--- a/linguistic/source/spelldta.cxx
+++ b/linguistic/source/spelldta.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: spelldta.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2007-05-25 12:25:30 $
+ * last change: $Author: rt $ $Date: 2007-11-09 10:55:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -160,13 +160,13 @@ void SearchSimilarText( const OUString &rText, INT16 nLanguage,
{
Reference< XDictionary1 > xDic( pDic[i], UNO_QUERY );
- /*DictionaryType eType = xDic->getDictionaryType();*/
INT16 nLang = xDic->getLanguage();
if ( xDic.is() && xDic->isActive()
&& (nLang == nLanguage || nLang == LANGUAGE_NONE) )
{
#if OSL_DEBUG_LEVEL > 1
+ DictionaryType eType = xDic->getDictionaryType();
DBG_ASSERT( eType != DictionaryType_MIXED,
"unexpected dictionary type" );
#endif