summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-08-27 15:35:58 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-08-27 15:35:58 +0200
commit2f3230f584e1c22bf5aeb7081f7b72dc37ea1b4a (patch)
tree8e2ead518f4efd6028c6b5f3697e6a8d3f4b161d
parent5835ba13b9ca4e5386b8a7f9b3c86262f54016fb (diff)
parent0e2a4986b2436c30efa76a20208c867af6e82e19 (diff)
dba33h: merge after pulling in fs33a
-rw-r--r--sw/source/ui/lingu/olmenu.cxx2
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) );