diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-09-20 23:17:40 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-09-20 23:17:40 +0200 |
commit | 800a65c8d361288053430cc662f252f6a56b12ea (patch) | |
tree | 853aade8f14cc1f105c029684614f8b779b16bf8 /sw/source/ui | |
parent | 7d9d5117b8a0a2d7032f10a198738784504a5175 (diff) | |
parent | ba96ab75ce4c1ca254b03e83f7afcf54708bddc3 (diff) |
dba33j: merge after pulling OOO330.m8
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 a4805a168c1c..281e3ce3fabb 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) ); |