diff options
author | obo <obo@openoffice.org> | 2010-07-30 15:50:26 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-07-30 15:50:26 +0200 |
commit | dc3e4032cdb647f68e1490239fa0a8341f946369 (patch) | |
tree | 77c7c0ae4003b2a7ee6abaa37d566584b87aaf84 | |
parent | 860bbfb3b81a0a97c9112e4ef6c9c5fe1738c691 (diff) |
DEV300 masterfix: #i10000# nDicIdx undeclared
Notes
Notes:
split repo tag: writer_ooo/DEV300_m86
-rw-r--r-- | sw/source/ui/lingu/olmenu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/lingu/olmenu.cxx b/sw/source/ui/lingu/olmenu.cxx index 0c7d7909ad7a..281e3ce3fabb 100644 --- a/sw/source/ui/lingu/olmenu.cxx +++ b/sw/source/ui/lingu/olmenu.cxx @@ -823,7 +823,7 @@ void SwSpellPopup::Execute( USHORT nId ) else if (MN_DICTIONARIES_START <= nId && nId <= MN_DICTIONARIES_END) { OUString aWord( xSpellAlt->getWord() ); - DBG_ASSERT( nDicIdx < aDics.getLength(), "dictionary index out of range" ); +// DBG_ASSERT( nDicIdx < aDics.getLength(), "dictionary index out of range" ); PopupMenu *pMenu = GetPopupMenu(MN_ADD_TO_DIC); String aDicName ( pMenu->GetItemText(nId) ); |