diff options
author | obo <obo@openoffice.org> | 2010-09-14 13:03:44 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-09-14 13:03:44 +0200 |
commit | ba96ab75ce4c1ca254b03e83f7afcf54708bddc3 (patch) | |
tree | c130f079d07b62731c58eec78fde058e8920e9e2 | |
parent | e1316ac3c370c7132f29441f8a394c2681157167 (diff) | |
parent | c62011c83f5a00417e7510b7688dd5b0450cc4ee (diff) |
CWS-TOOLING: integrate CWS jl158
Notes
Notes:
split repo tag: writer_ooo/OOO330_m8
-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) ); |