diff options
author | os <os@openoffice.org> | 2010-09-08 10:18:05 +0200 |
---|---|---|
committer | os <os@openoffice.org> | 2010-09-08 10:18:05 +0200 |
commit | 4c1a4faf91afac4cc47be3c5259367c0052debd2 (patch) | |
tree | e35e91908fede5153aeec8d3c1c8c6b2a172def5 /sw/source/ui | |
parent | 508cd16f8737bce8026c40d478bce4d5b233f2b9 (diff) | |
parent | dcb91410f82e4797af2c76c023e2c69cdcb77912 (diff) |
OOO330 m7 merged
Diffstat (limited to 'sw/source/ui')
-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..a4805a168c1c 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) ); |