diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-09-03 14:39:55 +0200 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-09-03 14:39:55 +0200 |
commit | 4937fcb1c4fa15194c01a79c57523d9a9333c710 (patch) | |
tree | eb1e9fffdd428cd3669b51cadc7d2ba7aeeb3fc6 | |
parent | 17b62cb5acad25dc82a95a40d545e6af6a185f55 (diff) | |
parent | 3274d37826fc2613aa5061a985d1aab476e3a6fc (diff) |
CWS-TOOLING: integrate CWS fs33aooo/OOO330_m7
-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..933959d172 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) ); |