summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-09-02 12:01:28 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-09-02 12:01:28 +0200
commita98530e403fe14473219d5f5a0ca289596b4bb1c (patch)
tree42b0a1e94394589e692cfe9e2f29f44c09392ea0
parent39a07e2c39b4cc2f8aca23c8e3ae90df8088e0c6 (diff)
cws tl82: warning-free code
-rwxr-xr-x[-rw-r--r--]sw/source/ui/lingu/olmenu.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/lingu/olmenu.cxx b/sw/source/ui/lingu/olmenu.cxx
index 281e3ce3fabb..e9bb702b3d66 100644..100755
--- a/sw/source/ui/lingu/olmenu.cxx
+++ b/sw/source/ui/lingu/olmenu.cxx
@@ -823,7 +823,6 @@ 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" );
PopupMenu *pMenu = GetPopupMenu(MN_ADD_TO_DIC);
String aDicName ( pMenu->GetItemText(nId) );