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 | 3caee0ca4576c8028508fcb0e2c2b2940452d568 (patch) | |
tree | 747b3cec1b9d3610e0d2a5753c021995ef8d84c5 | |
parent | 870138c3012c8b39e9fa3a928dd53f0ecb027e9f (diff) |
DEV300 masterfix: #i10000# nDicIdx undeclaredooo/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 87d5c000d3..b5639ca6c6 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) ); |