summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-08-13 23:34:21 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-08-13 23:34:21 +0200
commit0e2a4986b2436c30efa76a20208c867af6e82e19 (patch)
tree22864135884843ae577e0b7e9c024a3d43e6212c
parentfs33a: merge after pulling OOO330.m4's change sets (diff)
downloadcore-0e2a4986b2436c30efa76a20208c867af6e82e19.tar.gz
core-0e2a4986b2436c30efa76a20208c867af6e82e19.zip
fs33a: make compile in non-pro build (removed seemingly dead assertion)
-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) );